rambrain
rambrain::incompleteSetupException Class Reference

Exception class for cases of an incomplete setup. More...

#include <exceptions.h>

Inheritance diagram for rambrain::incompleteSetupException:
rambrain::rambrainException

Public Member Functions

 incompleteSetupException (const string &details)
 Create a new exception. More...
 
virtual ~incompleteSetupException ()
 Destroy the exception. More...
 
virtual const char * what () const throw ()
 Report what has gone wrong. More...
 

Private Attributes

string details
 

Additional Inherited Members

- Private Member Functions inherited from rambrain::rambrainException
virtual ~rambrainException ()
 Destroy the exception. More...
 

Detailed Description

Exception class for cases of an incomplete setup.

Happens for example if no memory manager is in place or something like this. However due to the config and defaults system this should hardly be encountered anymore.

Definition at line 54 of file exceptions.h.

Constructor & Destructor Documentation

rambrain::incompleteSetupException::incompleteSetupException ( const string &  details)
inline

Create a new exception.

Parameters
detailsOptionally provided details about the current state of affairs

Definition at line 62 of file exceptions.h.

virtual rambrain::incompleteSetupException::~incompleteSetupException ( )
inlinevirtual

Destroy the exception.

Definition at line 66 of file exceptions.h.

Member Function Documentation

virtual const char* rambrain::incompleteSetupException::what ( ) const
throw (
)
inlinevirtual

Report what has gone wrong.

Returns
The report

Definition at line 72 of file exceptions.h.

Member Data Documentation

string rambrain::incompleteSetupException::details
private

Definition at line 77 of file exceptions.h.


The documentation for this class was generated from the following file: