casa
5.7.0-16
|
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. More... | |
InvalidArgumentException (const std::string &s) | |
A CTOR with a message. More... | |
~InvalidArgumentException () | |
The DTOR. More... | |
std::string | getMessage () const |
Protected Attributes | |
std::string | message |
The InvalidArgumentException class represents an exception when an attempt is made to access something outside of its defined bounds.
Definition at line 38 of file InvalidArgumentException.h.
asdm::InvalidArgumentException::InvalidArgumentException | ( | ) |
An empty CTOR.
asdm::InvalidArgumentException::InvalidArgumentException | ( | const std::string & | s | ) |
A CTOR with a message.
asdm::InvalidArgumentException::~InvalidArgumentException | ( | ) |
The DTOR.
std::string asdm::InvalidArgumentException::getMessage | ( | ) | const |
|
protected |
Definition at line 63 of file InvalidArgumentException.h.