RuntimeError Class Reference
[PEARL.base]
Exception class related to the PEARL library for recoverable errors.
More...
#include <Error.h>
List of all members.
|
Public Member Functions |
|
| RuntimeError (const std::string &message) |
Detailed Description
The class
RuntimeError provides an exception class related to the PEARL library. Runtime errors are thrown whenever a method is used the wrong way, for example by supplying undefined parameters. In this case, the operation has failed, but no data has been corrupted so that the application might be able to recover from this error.
Constructor & Destructor Documentation
Creates a new instance and sets the error description to the given message.
- Parameters:
-
| message | Error description |