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

PsEmptyFifoException Class Reference

the exception raised when an empty Fifo is read More...

#include <PsEmptyFifoException.h>

Inheritance diagram for PsEmptyFifoException:

Inheritance graph
[legend]
Collaboration diagram for PsEmptyFifoException:

Collaboration graph
[legend]
List of all members.

Public Methods

 PsEmptyFifoException (const PsString &)
 PsEmptyFifoException (const PsEmptyFifoException &)
virtual ~PsEmptyFifoException ()

Detailed Description

the exception raised when an empty Fifo is read

Definition at line 25 of file PsEmptyFifoException.h.


Constructor & Destructor Documentation

PsEmptyFifoException::PsEmptyFifoException const PsString  
 

Definition at line 20 of file PsEmptyFifoException.cxx.

00020                                                                 : PsException(mess) {
00021 
00022 }

PsEmptyFifoException::PsEmptyFifoException const PsEmptyFifoException &   
 

Definition at line 24 of file PsEmptyFifoException.cxx.

00024                                                                             : PsException(orig) {
00025 
00026 }

PsEmptyFifoException::~PsEmptyFifoException   [virtual]
 

Definition at line 28 of file PsEmptyFifoException.cxx.

00028                                             {
00029 
00030 }


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

Documentation generated on Mon Nov 25 15:25:59 2002

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