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 char *c)
 
 LogicException (const string s)
 

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 329 of file utils.h.

Constructor & Destructor Documentation

frepple::utils::LogicException::LogicException ( const char *  c)
inline

Definition at line 332 of file utils.h.

frepple::utils::LogicException::LogicException ( const string  s)
inline

Definition at line 333 of file utils.h.


The documentation for this class was generated from the following file: