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

NAME

       zipios::Exception - Basic exception.

SYNOPSIS

       #include <fcollexceptions.h>

       Inherits exception.

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

Detailed Description

       Basic exception.

       Definition at line 61 of file fcollexceptions.h.

Constructor & Destructor Documentation

   zipios::Exception::Exception ()
       Definition at line 95 of file fcollexceptions.cpp.

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

   zipios::Exception::Exception (const Exception & src)
       Definition at line 101 of file fcollexceptions.cpp.

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

Member Function Documentation

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

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

Author

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

                                             Zipios++                        zipios::Exception(3)