OTX-Runtime for C++
|
|
Thrown when a file is has an unsupported format More...
#include <Exception.h>
Public Member Functions | |
FileFormatException () | |
Initializes a new instance of the FileFormatException class. More... | |
FileFormatException (const std::string &message) | |
Initializes a new instance of the FileFormatException 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 file is has an unsupported format
OpenTestSystem::Otx::Runtime::Api::Exceptions::FileFormatException::FileFormatException | ( | ) |
Initializes a new instance of the FileFormatException class.
OpenTestSystem::Otx::Runtime::Api::Exceptions::FileFormatException::FileFormatException | ( | const std::string & | message | ) |
Initializes a new instance of the FileFormatException class.
message | The error message that explains the reason for the Exception. |