zipios::IOException(3) | Library Functions Manual | zipios::IOException(3) |
zipios::IOException - An IOException is used to signal an I/O error.
#include <fcollexceptions.h>
Inherits exception.
IOException (const string &msg) throw ()
IOException (const IOException &src) throw ()
IOException & operator= (const IOException &src)
throw ()
virtual const char * what () const throw ()
An IOException is used to signal an I/O error.
Definition at line 16 of file fcollexceptions.h.
Definition at line 13 of file fcollexceptions.cpp.
Definition at line 16 of file fcollexceptions.cpp.
Definition at line 19 of file fcollexceptions.cpp.
Definition at line 33 of file fcollexceptions.cpp.
Definition at line 23 of file fcollexceptions.cpp.
Definition at line 29 of file fcollexceptions.cpp.
Generated automatically by Doxygen for Zipios++ from the source code.
Zipios++ |