Main Page   Class Hierarchy   Compound List   File List   Compound Members  

zipios::InvalidStateException Class Reference

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. More...

#include <fcollexceptions.h>

Inheritance diagram for zipios::InvalidStateException

Inheritance graph

[legend]
List of all members.

Public Methods

 InvalidStateException () throw ()
 InvalidStateException ( const string &msg ) throw ()
 InvalidStateException ( const InvalidStateException &src ) throw ()
InvalidStateException& operator= ( const InvalidStateException &src ) throw ()
virtual const char* what () const throw ()
virtual ~InvalidStateException () 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 ( ) throw ()
 

Definition at line 67 of file fcollexceptions.cpp.

zipios::InvalidStateException::InvalidStateException ( const string & msg ) throw () [explicit]
 

Definition at line 70 of file fcollexceptions.cpp.

zipios::InvalidStateException::InvalidStateException ( const InvalidStateException & src ) throw ()
 

Definition at line 74 of file fcollexceptions.cpp.

zipios::InvalidStateException::~InvalidStateException ( ) throw () [virtual]
 

Definition at line 89 of file fcollexceptions.cpp.


Member Function Documentation

InvalidStateException & zipios::InvalidStateException::operator= ( const InvalidStateException & src ) throw ()
 

Definition at line 79 of file fcollexceptions.cpp.

const char * zipios::InvalidStateException::what ( ) const throw () [virtual]
 

Definition at line 85 of file fcollexceptions.cpp.


The documentation for this class was generated from the following files:
Generated at Tue Aug 14 20:39:58 2001 for Zipios++ by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000