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

The base class for the exceptions that are raised when a key or index used on a mapping or sequence is invalid. More...

#include <exception.h>

Inheritance diagram for triton::LookupError:
Collaboration diagram for triton::LookupError:

List of all members.

Public Member Functions

virtual const char * __name__ () const
 Name of this error.

Detailed Description

The base class for the exceptions that are raised when a key or index used on a mapping or sequence is invalid.


Member Function Documentation

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

Name of this error.

Reimplemented from triton::TritonError.

Reimplemented in 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