Phoenix
Object-oriented orthogonally persistent operating system
|
Base class for all Triton exceptions. 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. |
Base class for all Triton exceptions.
virtual const char* triton::TritonError::__desc__ | ( | ) | const [inline, virtual] |
Detailed description of what had been occurred.
Reimplemented in triton::NullPtrError, and triton::MemoryError.
virtual const char* triton::TritonError::__name__ | ( | ) | const [inline, virtual] |
Name of this error.
Reimplemented from triton::Object.
Reimplemented in triton::NullPtrError, triton::MemoryError, triton::LookupError, triton::IndexError, and triton::KeyError.