|
Zipios++
|
An IOException is used to signal an I/O error. More...
#include <fcollexceptions.h>

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 () |
An IOException is used to signal an I/O error.
Definition at line 16 of file fcollexceptions.h.
| zipios::IOException::IOException | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 13 of file fcollexceptions.cpp.
|
explicit | ||||||||||||||
Definition at line 16 of file fcollexceptions.cpp.
| zipios::IOException::IOException | ( | const IOException & | src | ) | |
| throw | ( | ||||
| ) | |||||
Definition at line 19 of file fcollexceptions.cpp.
|
virtual | |||||||||||||
Definition at line 33 of file fcollexceptions.cpp.
| IOException & zipios::IOException::operator= | ( | const IOException & | src | ) | |
| throw | ( | ||||
| ) | |||||
Definition at line 23 of file fcollexceptions.cpp.
|
virtual | |||||||||||||
Definition at line 29 of file fcollexceptions.cpp.