zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Public Member Functions | List of all members
zipios::InvalidStateException Class Reference

Exception used when it is not possible to move forward. More...

#include <zipiosexceptions.hpp>

Inheritance diagram for zipios::InvalidStateException:
Inheritance graph
[legend]
Collaboration diagram for zipios::InvalidStateException:
Collaboration graph
[legend]

Public Member Functions

 InvalidStateException (std::string const &msg)
 

Detailed Description

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

Definition at line 107 of file zipiosexceptions.hpp.

Constructor & Destructor Documentation

zipios::InvalidStateException::InvalidStateException ( std::string const &  msg)
inline

Definition at line 110 of file zipiosexceptions.hpp.


The documentation for this class was generated from the following file: