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