| 
    zipios++
    2.0.2
    
   Zipios++ – a small C++ library that provides easy access to .zip files. 
   | 
 
Various exceptions used throughout the Zipios++ library, all based on zipios::Exception. More...


Go to the source code of this file.
Classes | |
| class | zipios::Exception | 
| Base exception of the zipios environement.  More... | |
| class | zipios::FileCollectionException | 
| FileCollectionException is used to signal a FileCollection problem.  More... | |
| class | zipios::InvalidException | 
| An InvalidException is used when invalid data is provided.  More... | |
| class | zipios::InvalidStateException | 
| Exception used when it is not possible to move forward.  More... | |
| class | zipios::IOException | 
| An IOException is used to signal an I/O error.  More... | |
Namespaces | |
| zipios | |
| The zipios namespace includes the Zipios++ library definitions.  | |
Macros | |
| #define | ZIPIOS_ZIPIOSEXCEPTIONS_HPP | 
This header file defines a number of exceptions used throughout the Zipios++ library. The declaration includes the implementation. We really only offer a what() string along with the exceptions. We may add some more exceptions to better separate the various errors we generate.
Definition in file zipiosexceptions.hpp.
| #define ZIPIOS_ZIPIOSEXCEPTIONS_HPP | 
Definition at line 3 of file zipiosexceptions.hpp.
 1.8.6