An exception of this type is thrown when the library gets in an inconsistent state from which the normal course of action can't continue. More...
#include <utils.h>
Inherits std::logic_error.
Public Member Functions | |
LogicException (const string s) | |
LogicException (const char *c) |
An exception of this type is thrown when the library gets in an inconsistent state from which the normal course of action can't continue.
The normal handling of this error is to exit the program, and report the problem. This exception indicates a bug in the program code.
Definition at line 372 of file utils.h.
frepple::utils::LogicException::LogicException | ( | const char * | c | ) | [inline] |
frepple::utils::LogicException::LogicException | ( | const string | s | ) | [inline] |