MPIError.h
Classes
- MPIError -- Base error class for MPI (full description)
Interface
- Public Members
- MPIError (Category c=GENERAL)
- MPIError (const String& message,Category c=GENERAL)
- ~MPIError () throw()
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
The default constructor generates the message "MPI error".
Construct with given message.