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

NAME

       zipios::InvalidStateException - An object member function may throw this exception, if the
       operation it normally performs is inappropriate or impossible to perform because of the
       current state of the object.

SYNOPSIS

       #include <fcollexceptions.h>

       Inherits exception.

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

Detailed Description

       An object member function may throw this exception, if the operation it normally performs
       is inappropriate or impossible to perform because of the current state of the object.

       Definition at line 47 of file fcollexceptions.h.

Constructor & Destructor Documentation

   zipios::InvalidStateException::InvalidStateException ()
       Definition at line 67 of file fcollexceptions.cpp.

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

   zipios::InvalidStateException::InvalidStateException (const InvalidStateException & src)
       Definition at line 73 of file fcollexceptions.cpp.

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

Member Function Documentation

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

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

Author

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

                                             Zipios++            zipios::InvalidStateException(3)