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