casa::MPIError Class Reference

Base error class for MPI. More...

#include <MPIError.h>

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

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.

Definition at line 53 of file MPIError.h.


Constructor & Destructor Documentation

casa::MPIError::MPIError ( Category  c = GENERAL  ) 

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

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1