Base class for exceptions within licme.
More...
#include <exceptions.h>
|
| virtual const char * | what () const noexcept |
| | Returns an explanation of the exception.
|
| |
|
| | ExceptionBase (std::string message) |
| | Construct a new Exception Base object.
|
| |
Base class for exceptions within licme.
All exceptions inherit from this abstract base class.
◆ ExceptionBase()
| licme::helpers::ExceptionBase::ExceptionBase |
( |
std::string | message | ) |
|
|
protected |
Construct a new Exception Base object.
- Parameters
-
| message | message with detailed information that the user is able to understand |
◆ what()
| virtual const char * licme::helpers::ExceptionBase::what |
( |
| ) |
const |
|
virtualnoexcept |
Returns an explanation of the exception.
- Returns
- const char* explanation for this exception
The documentation for this class was generated from the following file: