Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PsUserException Class Reference

base class for all exceptions generated outside the open Mask kernel More...

#include <PsUserException.h>

Inheritance diagram for PsUserException:

Inheritance graph
[legend]
Collaboration diagram for PsUserException:

Collaboration graph
[legend]
List of all members.

Public Methods

 PsUserException ()
 PsUserException (const PsString &mess)
 PsUserException (const PsUserException &orig)
virtual ~PsUserException ()

Detailed Description

base class for all exceptions generated outside the open Mask kernel

Definition at line 26 of file PsUserException.h.


Constructor & Destructor Documentation

PsUserException::PsUserException  
 

Definition at line 20 of file PsUserException.cxx.

00020                                  : PsException("")
00021 {
00022 }

PsUserException::PsUserException const PsString   mess
 

Definition at line 24 of file PsUserException.cxx.

00024                                                       : PsException(mess)
00025 {
00026 
00027 }

PsUserException::PsUserException const PsUserException &    orig
 

Definition at line 29 of file PsUserException.cxx.

00029                                                              : PsException(orig)
00030 {
00031 
00032 }

PsUserException::~PsUserException   [virtual]
 

Definition at line 34 of file PsUserException.cxx.

00035 {
00036 
00037 }


The documentation for this class was generated from the following files:
logo OpenMask

Documentation generated on Mon Nov 25 15:26:35 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001