#include <exception.h>
Inheritance diagram for MPS::MPSException:
Public Methods | |
MPSException () | |
MPSException (string const &message) | |
string const& | getMessage () const |
char const* | what () const |
Private Attributes | |
string | _message |
Definition at line 45 of file exception.h.
|
Definition at line 49 of file exception.h. |
|
Definition at line 50 of file exception.h. |
|
Definition at line 54 of file exception.h. |
|
Definition at line 55 of file exception.h. |
|
Message explaining the exception condition.
Definition at line 47 of file exception.h. |