Main Page   Class Hierarchy   Compound List   File List   Compound Members  

zipios::IOException Class Reference

An IOException is used to signal an I/O error. More...

#include <fcollexceptions.h>

Inheritance diagram for zipios::IOException

Inheritance graph

[legend]
List of all members.

Public Methods

 IOException () throw ()
 IOException ( const string &msg ) throw ()
 IOException ( const IOException &src ) throw ()
IOException& operator= ( const IOException &src ) throw ()
virtual const char* what () const throw ()
virtual ~IOException () throw ()

Detailed Description

An IOException is used to signal an I/O error.

Definition at line 16 of file fcollexceptions.h.


Constructor & Destructor Documentation

zipios::IOException::IOException ( ) throw ()
 

Definition at line 13 of file fcollexceptions.cpp.

zipios::IOException::IOException ( const string & msg ) throw () [explicit]
 

Definition at line 16 of file fcollexceptions.cpp.

zipios::IOException::IOException ( const IOException & src ) throw ()
 

Definition at line 19 of file fcollexceptions.cpp.

zipios::IOException::~IOException ( ) throw () [virtual]
 

Definition at line 33 of file fcollexceptions.cpp.


Member Function Documentation

IOException & zipios::IOException::operator= ( const IOException & src ) throw ()
 

Definition at line 23 of file fcollexceptions.cpp.

const char * zipios::IOException::what ( ) const throw () [virtual]
 

Definition at line 29 of file fcollexceptions.cpp.


The documentation for this class was generated from the following files:
Generated at Tue Aug 14 20:39:58 2001 for Zipios++ by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000