zipios 2.3.2
Zipios -- a small C++ library that provides easy access to .zip files.
zipios::InvalidStateException Class Reference

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

#include <zipiosexceptions.hpp>

Inheritance diagram for zipios::InvalidStateException:
Collaboration diagram for zipios::InvalidStateException:

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

◆ InvalidStateException()

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

Definition at line 110 of file zipiosexceptions.hpp.

References zipios::Exception::Exception().


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