dlvhex
2.5.0
|
Severe Error, supposed to be followed by program termination. More...
#include <include/dlvhex2/Error.h>
Public Member Functions | |
FatalError (const std::string &msg) | |
Constructs a formatted error message, indicating that this error is fatal. |
Severe Error, supposed to be followed by program termination.
FatalError::FatalError | ( | const std::string & | msg | ) | [explicit] |
Constructs a formatted error message, indicating that this error is fatal.
A FatalError has no additional context, so we don't need a getErrorMsg() function for building a special string after construction.
msg | Error message. |