FatalError Class Reference
[PEARL.base]

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

#include <Error.h>

Inheritance diagram for FatalError:

Error

List of all members.

Public Member Functions

Constructors & destructor
 FatalError (const std::string &message)


Detailed Description

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.

Constructor & Destructor Documentation

FatalError ( 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