casa
$Rev:20696$
|
Base error class for MPI. More...
#include <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 () |
Base error class for MPI.
Public interface
<h3>Synopsis</h3> 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.
The default constructor generates the message "MPI error".
casa::MPIError::MPIError | ( | const String & | message, |
Category | c = GENERAL |
||
) |
Construct with given message.
casa::MPIError::~MPIError | ( | ) | throw () |