Provided by: libzipios++-dev_0.1.5.9+cvs.2007.04.28-11build2_amd64 bug

NAME

       zipios::FCollException - An FCollException is used to signal a problem with a
       FileCollection.

SYNOPSIS

       #include <fcollexceptions.h>

       Inherits exception.

   Public Member Functions
       FCollException (const string &msg)  throw ()
       FCollException (const FCollException &src)  throw ()
       FCollException & operator= (const FCollException &src)  throw ()
       virtual const char * what () const  throw ()

Detailed Description

       An FCollException is used to signal a problem with a FileCollection.

       Definition at line 31 of file fcollexceptions.h.

Constructor & Destructor Documentation

   zipios::FCollException::FCollException ()
       Definition at line 40 of file fcollexceptions.cpp.

   zipios::FCollException::FCollException (const string & msg) [explicit]
       Definition at line 43 of file fcollexceptions.cpp.

   zipios::FCollException::FCollException (const FCollException & src)
       Definition at line 46 of file fcollexceptions.cpp.

   zipios::FCollException::~FCollException () [virtual]
       Definition at line 60 of file fcollexceptions.cpp.

Member Function Documentation

   FCollException & zipios::FCollException::operator= (const FCollException & src)
       Definition at line 50 of file fcollexceptions.cpp.

   const char * zipios::FCollException::what () const [virtual]
       Definition at line 56 of file fcollexceptions.cpp.

Author

       Generated automatically by Doxygen for Zipios++ from the source code.

                                             Zipios++                   zipios::FCollException(3)