frepple::utils::DataException Class Reference

An exception of this type is thrown when data errors are found. More...

#include <utils.h>

Inherits std::logic_error.

List of all members.

Public Member Functions

 DataException (const string s)
 DataException (const char *c)

Detailed Description

An exception of this type is thrown when data errors are found.

The normal handling of this error is to catch the exception and continue execution of the rest of the program.
When a DataException is thrown the object is expected to remain in valid and consistent state.

Definition at line 529 of file utils.h.


Constructor & Destructor Documentation

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

Definition at line 532 of file utils.h.

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

Definition at line 533 of file utils.h.


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

Generated on 21 Mar 2010 for frePPLe by  doxygen 1.6.1