Basic exception. More...
#include <fcollexceptions.h>
Inherits std::exception.
Public Member Functions | |
Exception (const Exception &src) throw () | |
Exception (const string &msg) throw () | |
Exception () throw () | |
Exception & | operator= (const Exception &src) throw () |
virtual const char * | what () const throw () |
virtual | ~Exception () throw () |
Basic exception.
Definition at line 61 of file fcollexceptions.h.
zipios::Exception::Exception | ( | ) | throw () |
Definition at line 95 of file fcollexceptions.cpp.
zipios::Exception::Exception | ( | const string & | msg | ) | throw () [explicit] |
Definition at line 98 of file fcollexceptions.cpp.
zipios::Exception::Exception | ( | const Exception & | src | ) | throw () |
Definition at line 102 of file fcollexceptions.cpp.
zipios::Exception::~Exception | ( | ) | throw () [virtual] |
Definition at line 117 of file fcollexceptions.cpp.
Definition at line 107 of file fcollexceptions.cpp.
const char * zipios::Exception::what | ( | ) | const throw () [virtual] |
Definition at line 113 of file fcollexceptions.cpp.