![]() |
PEARL
Parallel Event Access and Replay Library
|
Exception class related to the PEARL library for recoverable errors. More...
#include <pearl/Error.h>
Public Member Functions | |
Constructors & destructor | |
RuntimeError (const std::string &message) | |
![]() | |
Error (const std::string &message) | |
virtual | ~Error () throw () |
virtual const char * | what () const throw () |
Additional Inherited Members | |
![]() | |
std::string | m_message |
Error message More... | |
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.
pearl::RuntimeError::RuntimeError | ( | const std::string & | message | ) |
![]() |
Copyright © 1998–2019 Forschungszentrum Jülich GmbH,
Jülich Supercomputing Centre
Copyright © 2009–2015 German Research School for Simulation Sciences GmbH, Laboratory for Parallel Programming |