Exception thrown for various reasons. More...
#include <types.h>
Public Member Functions | |
Exception (const std::string &whatString="NULL Ptr Access") | |
~Exception () throw () | |
virtual const char * | what () const throw () |
virtual void | Print () const |
Public Attributes | |
std::string | mWhatString |
The reason for the exception. |
Exception thrown for various reasons.
Definition at line 72 of file types.h.
JAUS::Exception::Exception | ( | const std::string & | whatString = "NULL Ptr Access" ) |
[inline] |
std::string JAUS::Exception::mWhatString |