oracular (3) zipios_IOException.3.gz

NAME
zipios::IOException - An IOException is used to signal an I/O error.
SYNOPSIS
#include <fcollexceptions.h> Inherits exception. Public Member Functions IOException (const string &msg) throw () IOException (const IOException &src) throw () IOException & operator= (const IOException &src) throw () virtual const char * what () const 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 () Definition at line 13 of file fcollexceptions.cpp. zipios::IOException::IOException (const string & msg) [explicit] Definition at line 16 of file fcollexceptions.cpp. zipios::IOException::IOException (const IOException & src) Definition at line 19 of file fcollexceptions.cpp. zipios::IOException::~IOException () [virtual] Definition at line 33 of file fcollexceptions.cpp.
Member Function Documentation
IOException & zipios::IOException::operator= (const IOException & src) Definition at line 23 of file fcollexceptions.cpp. const char * zipios::IOException::what () const [virtual] Definition at line 29 of file fcollexceptions.cpp.
Author
Generated automatically by Doxygen for Zipios++ from the source code. Zipios++ zipios::IOException(3)