Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::OceanException |
Definition of a base exception for the entire Ocean framework. More... | |
class | Ocean::NotImplementedException |
Definition of a base exception for not implemented code. More... | |
class | Ocean::MissingImplementationException |
Definition of a base exception for missing implementations. More... | |
class | Ocean::NotSupportedException |
Definition of a base exception for not supported functionalities. More... | |
class | Ocean::OutOfMemoryException |
Definition of a base exception if an out of memory problem occurs. More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Typedefs | |
typedef std::exception | Ocean::Exception |
Definition of the base exception. More... | |