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

Exception class which is raised when a mapping (dictionary) key is not found in the set of existing keys. More...

#include <exception.h>

Inheritance diagram for triton::KeyError:
Collaboration diagram for triton::KeyError:

List of all members.

Public Member Functions

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

Detailed Description

Exception class which is raised when a mapping (dictionary) key is not found in the set of existing keys.


Member Function Documentation

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

Name of this error.

Reimplemented from triton::LookupError.


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