Jpp
|
Exception for null pointer operation. More...
#include <JException.hh>
Public Member Functions | |
JNullPointerException (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Exception for null pointer operation.
Definition at line 198 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 207 of file JException.hh.
|
inlinevirtualinherited |