Class that represents an exception.
More...
◆ Exception()
Constructs an exception with a description
- Parameters
-
[in] | description | Description of the exception |
◆ ~Exception()
Destructor of an the exception
◆ getException() [1/2]
Returns exception with description
- Returns
- Exception with description
◆ getException() [2/2]
static Exception getException |
( |
const char * |
description | ) |
|
|
inlinestatic |
Returns exception with description
- Returns
- Exception with description
◆ what()
virtual const char* what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
Return description of the exception
- Returns
- Description of the exception
The documentation for this struct was generated from the following file: