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

An InvalidException is used when invalid data is provided. More...

#include <zipiosexceptions.hpp>

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

Public Member Functions

 InvalidException (std::string const &msg)
 

Detailed Description

When calling a function, if one of the input parameters is invalid then this exception is raised.

Definition at line 82 of file zipiosexceptions.hpp.

Constructor & Destructor Documentation

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

Definition at line 85 of file zipiosexceptions.hpp.


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