| zipios 2.3.4
    Zipios -- a small C++ library providing 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 environment.  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 | |
| namespace | 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.