![]() |
OTX-Runtime for C++
|
|
Thrown when a file cannot be found. More...
#include <Exception.h>
Public Member Functions | |
FileNotFoundException () | |
Initializes a new instance of the FileNotFoundException class. More... | |
FileNotFoundException (const std::string &message) | |
Initializes a new instance of the FileNotFoundException class. More... | |
![]() | |
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 cannot be found.
OpenTestSystem::Otx::Runtime::Api::Exceptions::FileNotFoundException::FileNotFoundException | ( | ) |
Initializes a new instance of the FileNotFoundException class.
OpenTestSystem::Otx::Runtime::Api::Exceptions::FileNotFoundException::FileNotFoundException | ( | const std::string & | message | ) |
Initializes a new instance of the FileNotFoundException class.
message | Error message that explains the reason for the Exception. |