9 #ifndef _io_CONEXIOException_h_
10 #define _io_CONEXIOException_h_
13 #include <utl/AugerException.h>
29 IOFailureException (message) { }
33 {
return "CONEX IO exception";}
40 #endif // _io_CONEXIOException_h_
Base class to report exceptions in IO.
CONEXIOException(const std::string message=std::string())
Construct CONEX IO exception with message.
virtual std::string GetExceptionName() const
Retrieve verbose exception name.
Base for exceptions in the CORSIKA reader.