Phoenix
Object-oriented orthogonally persistent operating system
Classes | Namespaces
exception.h File Reference

Triton exceptions definition. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  triton::TritonError
 Base class for all Triton exceptions. More...
class  triton::NullPtrError
 This exception is thrown when Triton object null pointer is dereferenced. More...
class  triton::MemoryError
 This exception is thrown when Triton object null pointer is dereferenced. More...
class  triton::LookupError
 The base class for the exceptions that are raised when a key or index used on a mapping or sequence is invalid. More...
class  triton::IndexError
 Exception class which is raised when a sequence subscript is out of range. More...
class  triton::KeyError
 Exception class which is raised when a mapping (dictionary) key is not found in the set of existing keys. More...

Namespaces

namespace  triton
 

All Triton provided entities are defined in this namespace.



Detailed Description

Triton exceptions definition.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines