![]() |
PEARL
Parallel Event Access and Replay Library
|
Base class for exceptions related to the PEARL library. More...
#include <pearl/Error.h>
Public Member Functions | |
virtual const char * | what () const throw () |
Constructors & destructor | |
Error (const std::string &message) | |
virtual | ~Error () throw () |
Protected Attributes | |
std::string | m_message |
Error message |
The class Error serves as a base class for all exceptions related to the PEARL library. It provides a method to obtain an error message, which in most cases will deliver the name of the internal operation that failed.
pearl::Error::Error | ( | const std::string & | message | ) |
virtual pearl::Error::~Error | ( | ) | throw () [virtual] |
virtual const char* pearl::Error::what | ( | ) | const throw () [virtual] |
std::string pearl::Error::m_message [protected] |
![]() |
Copyright © 1998–2014 Forschungszentrum Jülich GmbH,
Jülich Supercomputing Centre
Copyright © 2009–2014 German Research School for Simulation Sciences GmbH, Laboratory for Parallel Programming |