![]() |
PEARL
Parallel Event Access and Replay Library
|
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.
Public Member Functions | |
Get error message | |
virtual const char * | what () const throw () |
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()).
virtual const char* pearl::MemoryError::what | ( | ) | const throw () [virtual] |
![]() |
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 |