The exception thrown at runtime by the arena.
More...
The exception thrown at runtime by the arena.
Definition at line 405 of file arena.h.
Constructor.
- Parameters
-
reasong | the description of why the exception was thrown. The buffer for this is at most 256 characters (including the '\0' terminator) |
Definition at line 415 of file arena.h.
Copy constructor.
- Parameters
-
other | the exception to copy |
Definition at line 429 of file arena.h.
Destructor.
Definition at line 461 of file arena.h.
Copy operator.
- Parameters
-
other | the exception to copy |
Definition at line 443 of file arena.h.
const char* reason |
( |
| ) |
const throw () |
|
inline |
Returns the description of why the exception was thrown.
- Returns
- the description of why the exception was thrown
Definition at line 480 of file arena.h.
virtual const char* what |
( |
| ) |
const throw () |
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 470 of file arena.h.
The documentation for this class was generated from the following file: