|
rambrain
|
Exception class for cases of an incomplete setup. More...
#include <exceptions.h>
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... | |
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.
|
inline |
Create a new exception.
| details | Optionally provided details about the current state of affairs |
Definition at line 62 of file exceptions.h.
|
inlinevirtual |
Destroy the exception.
Definition at line 66 of file exceptions.h.
|
inlinevirtual | |||||||||||||
|
private |
Definition at line 77 of file exceptions.h.