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


Public Methods | |
| PsEmptyFifoException (const PsString &) | |
| PsEmptyFifoException (const PsEmptyFifoException &) | |
| virtual | ~PsEmptyFifoException () |
Definition at line 25 of file PsEmptyFifoException.h.
|
|
Definition at line 20 of file PsEmptyFifoException.cxx.
00020 : PsException(mess) { 00021 00022 } |
|
|
Definition at line 24 of file PsEmptyFifoException.cxx.
00024 : PsException(orig) { 00025 00026 } |
|
|
Definition at line 28 of file PsEmptyFifoException.cxx.
00028 {
00029
00030 }
|
| Documentation generated on Mon Nov 25 15:25:59 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |