Thea
|
A fatal error class. More...
#include <Error.hpp>
Public Member Functions | |
FatalError (std::string const &message_) | |
Constructor. More... | |
FatalError & | operator= (FatalError const &src) |
Assignment operator. More... | |
char const * | what () const |
The error message. More... | |
~FatalError () | |
Destructor. More... | |
A fatal error class.
Doesn't derive from std::exception so that it is not caught by one of the usual handlers.
FatalError | ( | std::string const & | message_ | ) |
~FatalError | ( | ) |
FatalError& operator= | ( | FatalError const & | src | ) |