1 #ifndef CFATALEXCEPTION_H_
2 #define CFATALEXCEPTION_H_
16 std::runtime_error(whatString)
virtual ~FatalException()
FatalException(const std::string whatString)
The constructor takes the error description as an argument, just like std::runtime_error.
The basic exception class for all errors that arise in gplib.