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