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