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

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

#include <zipiosexceptions.hpp>

Inheritance diagram for zipios::InvalidException:
Collaboration diagram for zipios::InvalidException:

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

◆ InvalidException()

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

Definition at line 85 of file zipiosexceptions.hpp.

References zipios::Exception::Exception().


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