frepple::utils::DataException Class Reference
An exception of this type is thrown when data errors are found. More...
#include <utils.h>
Inheritance diagram for frepple::utils::DataException:

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