Phoenix
Object-oriented orthogonally persistent operating system
Public Member Functions
triton::TritonError Class Reference

Base class for all Triton exceptions. More...

#include <exception.h>

Inheritance diagram for triton::TritonError:
Collaboration diagram for triton::TritonError:

List of all members.

Public Member Functions

virtual const char * __name__ () const
 Name of this error.
virtual const char * __desc__ () const
 Detailed description of what had been occurred.

Detailed Description

Base class for all Triton exceptions.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines