An FCollException is used to signal a problem with a FileCollection. More...
#include <fcollexceptions.h>
Inherits std::exception.
Public Member Functions | |
FCollException (const FCollException &src) throw () | |
FCollException (const string &msg) throw () | |
FCollException () throw () | |
FCollException & | operator= (const FCollException &src) throw () |
virtual const char * | what () const throw () |
virtual | ~FCollException () throw () |
An FCollException is used to signal a problem with a FileCollection.
Definition at line 31 of file fcollexceptions.h.
zipios::FCollException::FCollException | ( | ) | throw () |
Definition at line 40 of file fcollexceptions.cpp.
zipios::FCollException::FCollException | ( | const string & | msg | ) | throw () [explicit] |
Definition at line 43 of file fcollexceptions.cpp.
zipios::FCollException::FCollException | ( | const FCollException & | src | ) | throw () |
Definition at line 46 of file fcollexceptions.cpp.
zipios::FCollException::~FCollException | ( | ) | throw () [virtual] |
Definition at line 60 of file fcollexceptions.cpp.
FCollException & zipios::FCollException::operator= | ( | const FCollException & | src | ) | throw () |
Definition at line 50 of file fcollexceptions.cpp.
const char * zipios::FCollException::what | ( | ) | const throw () [virtual] |
Definition at line 56 of file fcollexceptions.cpp.