Phoenix
Object-oriented orthogonally persistent operating system
|
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>
Public Member Functions | |
virtual const char * | __name__ () const |
Name of this error. |
The base class for the exceptions that are raised when a key or index used on a mapping or sequence is invalid.
virtual const char* triton::LookupError::__name__ | ( | ) | const [inline, virtual] |
Name of this error.
Reimplemented from triton::TritonError.
Reimplemented in triton::IndexError, and triton::KeyError.