1 #ifndef _io_SELFASIOException_h_
2 #define _io_SELFASIOException_h_
4 #include <utl/AugerException.h>
20 IOFailureException (message) { }
24 {
return "SELFAS IO exception";}
31 #endif // _io_SELFASIOException_h_
virtual std::string GetExceptionName() const
Retrieve verbose exception name.
Base class to report exceptions in IO.
Base for exceptions in the SELFAS reader.
SELFASIOException(const std::string message=std::string())
Construct SELFAS IO exception with message.