casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::MPIError Class Reference

Base error class for MPI. More...

#include <MPIError.h>

Inheritance diagram for casa::MPIError:
casa::AipsError

List of all members.

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 ()

Detailed Description

Base error class for MPI.

Intended use:

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.


Constructor & Destructor Documentation

The default constructor generates the message "MPI error".

casa::MPIError::MPIError ( const String message,
Category  c = GENERAL 
)

Construct with given message.


The documentation for this class was generated from the following file: