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>

Public Member Functions

 InvalidStateException () throw ()
 
 InvalidStateException (const InvalidStateException &src) throw ()
 
 InvalidStateException (const string &msg) throw ()
 
InvalidStateExceptionoperator= (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.

Constructor & Destructor Documentation

◆ InvalidStateException() [1/3]

zipios::InvalidStateException::InvalidStateException ( )
throw (
)

◆ InvalidStateException() [2/3]

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

◆ InvalidStateException() [3/3]

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

◆ ~InvalidStateException()

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

Member Function Documentation

◆ operator=()

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

◆ what()

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

The documentation for this class was generated from the following files:
  • src/zipios++/fcollexceptions.h
  • src/zipios++/fcollexceptions.cpp