2#ifndef ZIPIOS_ZIPIOSEXCEPTIONS_HPP
3#define ZIPIOS_ZIPIOSEXCEPTIONS_HPP
60 Exception(std::string
const & msg) : runtime_error(msg) {}
Base exception of the zipios environment.
Exception(std::string const &msg)
FileCollectionException is used to signal a FileCollection problem.
FileCollectionException(std::string const &msg)
An IOException is used to signal an I/O error.
IOException(std::string const &msg)
An InvalidException is used when invalid data is provided.
InvalidException(std::string const &msg)
Exception used when it is not possible to move forward.
InvalidStateException(std::string const &msg)
The zipios namespace includes the Zipios library definitions.
zipios configuration header.