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

Exception class related to the PEARL library that is used to signal out of memory situations. More...

#include <pearl/Error.h>

Inherits std::bad_alloc.

List of all members.

Public Member Functions

Get error message
virtual const char * what () const throw ()

Detailed Description

The class MemoryError provides an exception class related to the PEARL library. Memory errors are thrown whenever there is not enough memory available to fulfill a memory allocation request (unless you have registered a custom new handler after calling PEARL_init() or PEARL_mpi_init()).


Member Function Documentation

virtual const char* pearl::MemoryError::what ( ) const throw () [virtual]

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