|
rambrain
|
An exception class for when code is used which is not fully finished developping. More...
#include <exceptions.h>
Public Member Functions | |
| unfinishedCodeException (const string &details) | |
| Create a new exception. More... | |
| virtual | ~unfinishedCodeException () |
| 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... | |
An exception class for when code is used which is not fully finished developping.
Should not be encountered anymore as soon as the library is live. Can be encountered if new features are partially developped or so.
Definition at line 151 of file exceptions.h.
|
inline |
Create a new exception.
| details | Optionally provided details about the current state of affairs |
Definition at line 159 of file exceptions.h.
|
inlinevirtual |
Destroy the exception.
Definition at line 163 of file exceptions.h.
|
inlinevirtual | |||||||||||||
|
private |
Definition at line 174 of file exceptions.h.