1#ifndef FCOLLEXCEPTIONS_H
2#define FCOLLEXCEPTIONS_H
4#include "zipios++/zipios-config.h"
19 explicit IOException(
const string &msg )
throw () ;
23 virtual const char *what()
const throw () ;
38 virtual const char *what()
const throw () ;
54 virtual const char *what()
const throw () ;
64 explicit Exception(
const string &msg )
throw () ;
68 virtual const char *what()
const throw () ;
An FCollException is used to signal a problem with a FileCollection.
An IOException is used to signal an I/O error.
An object member function may throw this exception, if the operation it normally performs is inapprop...