![]() |
PEARL
Parallel Event Access and Replay Library
|
Exception class related to the PEARL library for unrecoverable errors. More...
#include <pearl/Error.h>
Public Member Functions | |
Constructors & destructor | |
FatalError (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 FatalError provides an exception class related to the PEARL library. Fatal errors are thrown for severe error conditions that make it impossible to continue the execution of the application. This is usually the case if data has been corrupted in some way.
pearl::FatalError::FatalError | ( | 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 |