OTX-Runtime for C++
|
|
Thrown when a literal string cannot be converted to OTX Object. More...
#include <Exception.h>
Public Member Functions | |
InvalidLiteralException () | |
Initializes a new instance of the InvalidLiteralException class. More... | |
InvalidLiteralException (const std::string &message) | |
Initializes a new instance of the InvalidLiteralException class. More... | |
Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::Exceptions::Exception | |
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... | |
Thrown when a literal string cannot be converted to OTX Object.
OpenTestSystem::Otx::Runtime::Api::Exceptions::InvalidLiteralException::InvalidLiteralException | ( | ) |
Initializes a new instance of the InvalidLiteralException class.
OpenTestSystem::Otx::Runtime::Api::Exceptions::InvalidLiteralException::InvalidLiteralException | ( | const std::string & | message | ) |
Initializes a new instance of the InvalidLiteralException class.
message | Error message that explains the reason for the Exception. |