PEARL
Parallel Event Access and Replay Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
pearl::RuntimeError Class Reference

Exception class related to the PEARL library for recoverable errors. More...

#include <pearl/Error.h>

Inheritance diagram for pearl::RuntimeError:
pearl::Error

List of all members.

Public Member Functions

Constructors & destructor
 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

pearl::RuntimeError::RuntimeError ( const std::string &  message)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Scalasca    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