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>
Inherits std::runtime_error.
Public Member Functions | |
RuntimeException (const string s) | |
RuntimeException (const char *c) |
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.
Definition at line 390 of file utils.h.
frepple::utils::RuntimeException::RuntimeException | ( | const char * | c | ) | [inline] |
frepple::utils::RuntimeException::RuntimeException | ( | const string | s | ) | [inline] |