OTX-Runtime for C++
|
|
Thrown when converting non-otx api datatype into a string More...
#include <Exception.h>
Public Member Functions | |
InvalidDataTypeException () | |
Initializes a new instance of the InvalidDataTypeException class. More... | |
InvalidDataTypeException (const std::string &message) | |
Initializes a new instance of the InvalidDataTypeException 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 converting non-otx api datatype into a string
OpenTestSystem::Otx::Runtime::Api::Exceptions::InvalidDataTypeException::InvalidDataTypeException | ( | ) |
Initializes a new instance of the InvalidDataTypeException class.
OpenTestSystem::Otx::Runtime::Api::Exceptions::InvalidDataTypeException::InvalidDataTypeException | ( | const std::string & | message | ) |
Initializes a new instance of the InvalidDataTypeException class.
message | Error message that explains the reason for the Exception. |