Jpp
|
Exception for failure of memory allocation. More...
#include <JException.hh>
Public Member Functions | |
JMallocException (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Exception for failure of memory allocation.
Definition at line 270 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 279 of file JException.hh.
|
inlinevirtualinherited |