Public Member Functions

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>

Inherits std::runtime_error.

List of all members.

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.

Definition at line 390 of file utils.h.


Constructor & Destructor Documentation

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

Definition at line 393 of file utils.h.

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

Definition at line 394 of file utils.h.


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