Zipios++
Classes
fcollexceptions.h File Reference

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

#include "zipios++/zipios-config.h"
#include <stdexcept>
#include <string>
Include dependency graph for fcollexceptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zipios::IOException
 An IOException is used to signal an I/O error. More...
class  zipios::FCollException
 An FCollException is used to signal a problem with a FileCollection. More...
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. More...
class  zipios::Exception
 Basic exception. More...

Detailed Description

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

Definition in file fcollexceptions.h.