Go to the documentation of this file. 1 #ifndef FCOLLEXCEPTIONS_H
2 #define FCOLLEXCEPTIONS_H
4 #include "zipios++/zipios-config.h"
12 using std::exception ;
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 () ;