Phoenix
Object-oriented orthogonally persistent operating system
|
Exception class which is raised when a mapping (dictionary) key is not found in the set of existing keys. More...
#include <exception.h>
Public Member Functions | |
virtual const char * | __name__ () const |
Name of this error. |
Exception class which is raised when a mapping (dictionary) key is not found in the set of existing keys.
virtual const char* triton::KeyError::__name__ | ( | ) | const [inline, virtual] |
Name of this error.
Reimplemented from triton::LookupError.