OMK::UserException Class Reference

Base class for all exceptions generated outside the OpenMASK kernel. More...

#include <OMKUserException.h>

Inheritance diagram for OMK::UserException:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 UserException ()
 UserException (const std::string &mess)
 UserException (const UserException &orig)
virtual ~UserException ()

Detailed Description

Base class for all exceptions generated outside the OpenMASK kernel.

Definition at line 28 of file OMKUserException.h.


Constructor & Destructor Documentation

UserException::UserException (  ) 

Definition at line 22 of file OMKUserException.cpp.

00022                              : Exception("")
00023 {
00024 }

UserException::UserException ( const std::string &  mess  ) 

Definition at line 26 of file OMKUserException.cpp.

00026                                                    : Exception(mess)
00027 {
00028 
00029 }

UserException::UserException ( const UserException orig  ) 

Definition at line 31 of file OMKUserException.cpp.

00031                                                        : Exception(orig)
00032 {
00033 
00034 }

UserException::~UserException (  )  [virtual]

Definition at line 36 of file OMKUserException.cpp.

00037 {
00038 
00039 }


logo OpenMask

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

Generated with doxygen by Dimitri van Heesch ,   1997-2007