|
rambrain
|
Exception for errors with the memory. More...
#include <exceptions.h>
Public Member Functions | |
| memoryException (const string &details) | |
| Create a new exception. More... | |
| virtual | ~memoryException () |
| 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 for errors with the memory.
Happens for example when swapping did unexpectedly not work or perhaps the swap is fully and not designed to be overfilled
Definition at line 87 of file exceptions.h.
|
inline |
Create a new exception.
| details | Optionally provided details about the current state of affairs |
Definition at line 95 of file exceptions.h.
|
inlinevirtual |
Destroy the exception.
Definition at line 99 of file exceptions.h.
|
inlinevirtual | |||||||||||||
|
private |
Definition at line 110 of file exceptions.h.