frepple::utils::RuntimeException Class Reference
An exception of this type is thrown when the library runs into problems that are specific at runtime.
These could either be memory problems, threading problems, file system problems, etc...
More...
#include <utils.h>
Inheritance diagram for frepple::utils::RuntimeException:

Public Member Functions | |
RuntimeException (const char *c) | |
RuntimeException (const string s) |
Detailed Description
An exception of this type is thrown when the library runs into problems that are specific at runtime.
These could either be memory problems, threading problems, file system problems, etc...
Errors of this type can be caught by the client applications and the application can continue in most cases.
This exception shouldn't be used for issueing warnings. Warnings should simply be logged in the logfile and actions continue in some default way.
Constructor & Destructor Documentation
frepple::utils::RuntimeException::RuntimeException | ( | const char * | c | ) | [inline] |
frepple::utils::RuntimeException::RuntimeException | ( | const string | s | ) | [inline] |
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
