GPLIB++
|
The basic exception class for all errors that arise in gplib. More...
#include <FatalException.h>
Public Member Functions | |
FatalException (const std::string whatString) | |
The constructor takes the error description as an argument, just like std::runtime_error. More... | |
virtual | ~FatalException () throw () |
The basic exception class for all errors that arise in gplib.
The FatalException class is thrown when there is a problem that cannot be fixed within the program It is derived from runtime_error to make error message handling easier.
Definition at line 11 of file FatalException.h.
|
inline |
The constructor takes the error description as an argument, just like std::runtime_error.
Definition at line 15 of file FatalException.h.
|
inlinevirtual |
Definition at line 20 of file FatalException.h.