SELFASIOException.h
Go to the documentation of this file.
1 #ifndef _io_SELFASIOException_h_
2 #define _io_SELFASIOException_h_
3 
4 #include <utl/AugerException.h>
5 
6 namespace io {
7 
15 
16  public:
17 
19  SELFASIOException (const std::string message = std::string()) :
20  IOFailureException (message) { }
21 
23  virtual std::string GetExceptionName() const
24  {return "SELFAS IO exception";}
25 
26  }; // SELFASIOException
27 
28 } // io
29 
30 
31 #endif // _io_SELFASIOException_h_
32 
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.

, generated on Tue Sep 26 2023.