9 #ifndef _io_CorsikaIOException_h_
10 #define _io_CorsikaIOException_h_
13 #include <utl/AugerException.h>
27 IOFailureException(message) { }
31 {
return "Corsika IO exception"; }
37 #endif // _io_CorsikaIOException_h_
Base class to report exceptions in IO.
virtual std::string GetExceptionName() const
Retrieve verbose exception name.
Base for exceptions in the CORSIKA reader.
CorsikaIOException(const std::string message=std::string())
Construct CORISKA IO exception with message.