casa
$Rev:20696$
|
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 |
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.
An empty CTOR.
asdm::InvalidArgumentException::InvalidArgumentException | ( | const string & | s | ) |
A CTOR with a message.
An empty CTOR.
asdm::InvalidArgumentException::InvalidArgumentException | ( | const string & | s | ) |
A CTOR with a message.
string asdm::InvalidArgumentException::getMessage | ( | ) | const |
string asdm::InvalidArgumentException::getMessage | ( | ) | const |
string asdm::InvalidArgumentException::message [protected] |
Definition at line 64 of file InvalidArgumentException.h.