Base exception class for all project exceptions.
More...
#include <base_exception.h>
Base exception class for all project exceptions.
All project exceptions are derived from this class.
BaseException::BaseException |
( |
const std::string & |
errorMessage | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
errorMessage | Error message. |
virtual BaseException::~BaseException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
virtual const char* BaseException::what |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
virtual const char* BaseException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
const std::string BaseException::_errorMessage |
|
private |
Error message carried in the exception.
Referenced by what().
The documentation for this class was generated from the following file: