OTX-Runtime for C++
|
|
Thrown when within an OTX sequence an OTX is not handled. More...
#include <Exception.h>
Public Member Functions | |
OtxException () | |
Initializes a new instance of the OtxException class. More... | |
OtxException (const std::string &otxType, const std::string &message) | |
Initializes a new instance of the OtxException class. More... | |
std::string | GetOtxType () const |
Gets the OTX type of the exception. More... | |
Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::Exceptions::RuntimeException | |
RuntimeException () | |
Initializes a new instance of RuntimeException class. More... | |
RuntimeException (const std::string &message) | |
Initializes a new instance of RuntimeException 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 within an OTX sequence an OTX is not handled.
OpenTestSystem::Otx::Runtime::Api::Exceptions::OtxException::OtxException | ( | ) |
Initializes a new instance of the OtxException class.
OpenTestSystem::Otx::Runtime::Api::Exceptions::OtxException::OtxException | ( | const std::string & | otxType, |
const std::string & | message | ||
) |
Initializes a new instance of the OtxException class.
otxType | Name of otx exception. |
message | Error message that explains the reason for the Exception. |
std::string OpenTestSystem::Otx::Runtime::Api::Exceptions::OtxException::GetOtxType | ( | ) | const |
Gets the OTX type of the exception.