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

FileCollectionException is used to signal a FileCollection problem. More...

#include <zipiosexceptions.hpp>

Inheritance diagram for zipios::FileCollectionException:
Collaboration diagram for zipios::FileCollectionException:

Public Member Functions

 FileCollectionException (std::string const &msg)
 

Detailed Description

A process dealing with a collection of files will use this exception if a problem arise while dealing with that collection.

Definition at line 94 of file zipiosexceptions.hpp.

Constructor & Destructor Documentation

◆ FileCollectionException()

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

Definition at line 97 of file zipiosexceptions.hpp.

References zipios::Exception::Exception().


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