The OutOfBoundsException class represents an exception when an attempt is made to access something outside of its defined bounds. More...
#include <OutOfBoundsException.h>
Public Member Functions | |
| OutOfBoundsException () | |
| The empty CTOR. | |
| OutOfBoundsException (const string &s) | |
| a CTOR with a message. | |
| virtual | ~OutOfBoundsException () |
| The DTOR. | |
| string | getMessage () const |
Private Attributes | |
| string | message |
The OutOfBoundsException class represents an exception when an attempt is made to access something outside of its defined bounds.
Definition at line 39 of file OutOfBoundsException.h.
| asdm::OutOfBoundsException::OutOfBoundsException | ( | ) |
The empty CTOR.
| asdm::OutOfBoundsException::OutOfBoundsException | ( | const string & | s | ) |
a CTOR with a message.
| virtual asdm::OutOfBoundsException::~OutOfBoundsException | ( | ) | [virtual] |
The DTOR.
| string asdm::OutOfBoundsException::getMessage | ( | ) | const |
string asdm::OutOfBoundsException::message [private] |
Definition at line 64 of file OutOfBoundsException.h.
1.6.1