OTX-Runtime for C++
|
|
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector, or to a map) is out of range. More...
#include <Exception.h>
Public Member Functions | |
OutOfBoundsException () | |
Initializes a new instance of the OutOfBoundsException class. More... | |
OutOfBoundsException (const std::string &message) | |
Initializes a new instance of the OutOfBoundsException 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 to indicate that an index of some sort (such as to an array, to a string, or to a vector, or to a map) is out of range.
OpenTestSystem::Otx::Runtime::Api::Exceptions::OutOfBoundsException::OutOfBoundsException | ( | ) |
Initializes a new instance of the OutOfBoundsException class.
OpenTestSystem::Otx::Runtime::Api::Exceptions::OutOfBoundsException::OutOfBoundsException | ( | const std::string & | message | ) |
Initializes a new instance of the OutOfBoundsException class.
message | The error message that explains the reason for the Exception. |