MPIError.h

Classes

MPIError -- Base error class for MPI (full description)

class MPIError : public AipsError

Interface

Public Members
MPIError (Category c=GENERAL)
MPIError (const String& message,Category c=GENERAL)
~MPIError () throw()

Description

Synopsis

This is the generic MPI exception; catching this one means catching all MPI* exceptions. Note that you have to catch AipsError to catch all possible exceptions.

Member Description

MPIError (Category c=GENERAL)

The default constructor generates the message "MPI error".

MPIError (const String& message,Category c=GENERAL)

Construct with given message.

~MPIError () throw()