OMK::PvmException Class Reference

#include <OMKPvmException.h>

Inheritance diagram for OMK::PvmException:

Inheritance graph
[legend]
Collaboration diagram for OMK::PvmException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PvmException (int info)
virtual ~PvmException ()

Public Attributes

int errorInfo

Detailed Description

Definition at line 25 of file OMKPvmException.h.


Constructor & Destructor Documentation

PvmException::PvmException ( int  info  ) 

Definition at line 4 of file OMKPvmException.cxx.

00004                                       :
00005    Exception ("Exception raised by the pvm subsystem"),
00006    errorInfo ( info ) 
00007 {
00008 }

PvmException::~PvmException (  )  [virtual]

Definition at line 10 of file OMKPvmException.cxx.

00011 {
00012 
00013 }


Member Data Documentation

int OMK::PvmException::errorInfo

Definition at line 32 of file OMKPvmException.h.


logo OpenMask

Documentation generated on Mon Jun 9 11:46:03 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007