Base exception class.
More...
#include <exception.hpp>
Base exception class.
- Author
- Dirk Ribbrock
Definition at line 25 of file exception.hpp.
◆ Exception() [1/3]
| FEAT::Exception::Exception |
( |
const String & |
message_in | ) |
|
|
inlineexplicitprotected |
CTOR.
- Parameters
-
| message_in | the exception's message. |
Definition at line 39 of file exception.hpp.
◆ Exception() [2/3]
| FEAT::Exception::Exception |
( |
const char *const |
function, |
|
|
const char *const |
file, |
|
|
const long |
line, |
|
|
const String & |
message_in |
|
) |
| |
|
inlineprotected |
CTOR.
- Parameters
-
| function | the current function name. |
| file | the current file name. |
| line | the current line number. |
| message_in | the exception's message. |
Definition at line 52 of file exception.hpp.
◆ Exception() [3/3]
| FEAT::Exception::Exception |
( |
const Exception & |
| ) |
|
|
inlineprotected |
◆ ~Exception()
| virtual FEAT::Exception::~Exception |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ message()
| const String FEAT::Exception::message |
( |
| ) |
const |
|
inline |
◆ what()
| virtual const char * FEAT::Exception::what |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
◆ _message
| const String FEAT::Exception::_message |
|
private |
The documentation for this class was generated from the following file: