|
MASA-Core
|
Argument exception class.
Definition at line 32 of file IllegalArgumentException.hpp.
#include <IllegalArgumentException.hpp>
Public Member Functions | |
| IllegalArgumentException (const char *err, const char *arg="") | |
| ~IllegalArgumentException () throw () | |
| virtual const char * | what () const throw () |
| string | getArg () const |
| string | getErr () const |
Private Attributes | |
| string | err |
| string | arg |
| IllegalArgumentException::IllegalArgumentException | ( | const char * | err, |
| const char * | arg = "" |
||
| ) |
Definition at line 26 of file IllegalArgumentException.cpp.
| IllegalArgumentException::~IllegalArgumentException | ( | ) | throw () [inline] |
Definition at line 35 of file IllegalArgumentException.hpp.
| string IllegalArgumentException::getArg | ( | ) | const |
Definition at line 44 of file IllegalArgumentException.cpp.
| string IllegalArgumentException::getErr | ( | ) | const |
Definition at line 48 of file IllegalArgumentException.cpp.
| const char * IllegalArgumentException::what | ( | ) | const throw () [virtual] |
Definition at line 31 of file IllegalArgumentException.cpp.
string IllegalArgumentException::arg [private] |
Definition at line 43 of file IllegalArgumentException.hpp.
string IllegalArgumentException::err [private] |
Definition at line 42 of file IllegalArgumentException.hpp.
1.7.6.1