An exception for when something totally unexpected happened.
More...
#include <exceptions.h>
An exception for when something totally unexpected happened.
Definition at line 118 of file exceptions.h.
| rambrain::unexpectedStateException::unexpectedStateException |
( |
const string & |
details | ) |
|
|
inline |
Create a new exception.
- Parameters
-
| details | Optionally provided details about the current state of affairs |
Definition at line 126 of file exceptions.h.
| virtual rambrain::unexpectedStateException::~unexpectedStateException |
( |
| ) |
|
|
inlinevirtual |
| virtual const char* rambrain::unexpectedStateException::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inlinevirtual |
Report what has gone wrong.
- Returns
- The report
Definition at line 136 of file exceptions.h.
| string rambrain::unexpectedStateException::details |
|
private |
The documentation for this class was generated from the following file: