Phoenix
Object-oriented orthogonally persistent operating system
|
This exception is thrown when Triton object null pointer is dereferenced. More...
#include <exception.h>
Public Member Functions | |
virtual const char * | __name__ () const |
Name of this error. | |
virtual const char * | __desc__ () const |
Detailed description of what had been occurred. |
This exception is thrown when Triton object null pointer is dereferenced.
virtual const char* triton::MemoryError::__desc__ | ( | ) | const [inline, virtual] |
Detailed description of what had been occurred.
Reimplemented from triton::TritonError.
virtual const char* triton::MemoryError::__name__ | ( | ) | const [inline, virtual] |
Name of this error.
Reimplemented from triton::TritonError.