Phoenix
Object-oriented orthogonally persistent operating system
|
Exception class which is raised when a sequence subscript is out of range. More...
#include <exception.h>
Public Member Functions | |
virtual const char * | __name__ () const |
Name of this error. |
Exception class which is raised when a sequence subscript is out of range.
virtual const char* triton::IndexError::__name__ | ( | ) | const [inline, virtual] |
Name of this error.
Reimplemented from triton::LookupError.