logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fcollexceptions.h

Author

       Generated automatically by Doxygen for Zipios++ from the source code.

Zipios++                                         Tue Mar 24 2020                            fcollexceptions.h(3)

Detailed Description

       Header file that defines a number of exceptions used by FileCollection and its subclasses.

       Definition in file fcollexceptions.h.

Name

       fcollexceptions.h

Synopsis

       #include 'zipios++/zipios-config.h'
       #include <stdexcept>
       #include <string>

   Classes
       class zipios::IOException
           An IOException is used to signal an I/O error.
       class zipios::FCollException
           An FCollException is used to signal a problem with a FileCollection.
       class zipios::InvalidStateException
           An object member function may throw this exception, if the operation it normally performs is
           inappropriate or impossible to perform because of the current state of the object.
       class zipios::Exception
           Basic exception.

See Also