OTX-Runtime for C++
|
|
Base class of Exceptions of Api. More...
#include <Exception.h>
Public Member Functions | |
Exception () | |
Initializes a new instance of Exception class. More... | |
Exception (const std::string &message) | |
Initializes a new instance of Exception class. More... | |
virtual | ~Exception () |
Cleans up all resources. More... | |
Base class of Exceptions of Api.
OpenTestSystem::Otx::Runtime::Api::Exceptions::Exception::Exception | ( | ) |
Initializes a new instance of Exception class.
OpenTestSystem::Otx::Runtime::Api::Exceptions::Exception::Exception | ( | const std::string & | message | ) |
|
virtual |
Cleans up all resources.