The OutOfBoundsException class represents an exception when an attempt is made to access something outside of its defined bounds.
More...
#include <OutOfBoundsException.h>
The OutOfBoundsException class represents an exception when an attempt is made to access something outside of its defined bounds.
Definition at line 38 of file OutOfBoundsException.h.
asdm::OutOfBoundsException::OutOfBoundsException |
( |
| ) |
|
asdm::OutOfBoundsException::OutOfBoundsException |
( |
const std::string & |
s | ) |
|
virtual asdm::OutOfBoundsException::~OutOfBoundsException |
( |
| ) |
|
|
virtual |
std::string asdm::OutOfBoundsException::getMessage |
( |
| ) |
const |
- Returns
- a text describing the exception.
std::string asdm::OutOfBoundsException::message |
|
private |
The documentation for this class was generated from the following file: