#include <PsUserException.h>
Inheritance diagram for PsUserException:


Public Methods | |
| PsUserException () | |
| PsUserException (const PsString &mess) | |
| PsUserException (const PsUserException &orig) | |
| virtual | ~PsUserException () |
Definition at line 26 of file PsUserException.h.
|
|
Definition at line 20 of file PsUserException.cxx.
00020 : PsException("") 00021 { 00022 } |
|
|
Definition at line 24 of file PsUserException.cxx.
00024 : PsException(mess) 00025 { 00026 00027 } |
|
|
Definition at line 29 of file PsUserException.cxx.
00029 : PsException(orig) 00030 { 00031 00032 } |
|
|
Definition at line 34 of file PsUserException.cxx.
00035 {
00036
00037 }
|
| Documentation generated on Mon Nov 25 15:26:35 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |