#include <MPIError.h>
Inheritance diagram for casa::MPIError:


Part of API
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.
Definition at line 53 of file MPIError.h.
Public Member Functions | |
| 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 () | |
| casa::MPIError::MPIError | ( | Category | c = GENERAL |
) |
The default constructor generates the message "MPI error".
Construct with given message.
| casa::MPIError::~MPIError | ( | ) | throw () |
1.5.1