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

This exception is thrown when Triton object null pointer is dereferenced. More...

#include <exception.h>

Inheritance diagram for triton::NullPtrError:
Collaboration diagram for triton::NullPtrError:

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

This exception is thrown when Triton object null pointer is dereferenced.


Member Function Documentation

virtual const char* triton::NullPtrError::__desc__ ( ) const [inline, virtual]

Detailed description of what had been occurred.

Reimplemented from triton::TritonError.

virtual const char* triton::NullPtrError::__name__ ( ) const [inline, virtual]

Name of this error.

Reimplemented from triton::TritonError.


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