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

An IOException is used to signal an I/O error. More...

#include <zipiosexceptions.hpp>

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

Public Member Functions

 IOException (std::string const &msg)
 

Detailed Description

If a file or directory cannot be opened, read, or written, this exception is raised.

Definition at line 70 of file zipiosexceptions.hpp.

Constructor & Destructor Documentation

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

Definition at line 73 of file zipiosexceptions.hpp.


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