RuntimeError Class Reference
[PEARL.base]

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

#include <Error.h>

Inheritance diagram for RuntimeError:

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

RuntimeError ( const std::string &  message  ) 

Creates a new instance and sets the error description to the given message.

Parameters:
message Error description


SCALASCA    Copyright © 1998–2009 Forschungszentrum Jülich, Jülich Supercomputing Centre