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>

Inherits std::logic_error.

List of all members.

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


Constructor & Destructor Documentation

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

Definition at line 375 of file utils.h.

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

Definition at line 376 of file utils.h.


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.2-20100208