frepple::utils::LogicException Class Reference
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>
Inheritance diagram for frepple::utils::LogicException:

Public Member Functions | |
LogicException (const string s) | |
LogicException (const char *c) |
Detailed Description
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 543 of file utils.h.
Constructor & Destructor Documentation
frepple::utils::LogicException::LogicException | ( | const char * | c | ) | [inline] |
frepple::utils::LogicException::LogicException | ( | const string | s | ) | [inline] |
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
