REASIOException.h
Go to the documentation of this file.
1 
9 #ifndef _io_REASIOException_h_
10 #define _io_REASIOException_h_
11 
12 
13 #include <utl/AugerException.h>
14 
15 namespace io {
16 
24 
25  public:
26 
28  REASIOException (const std::string message = std::string()) :
29  IOFailureException (message) { }
30 
32  virtual std::string GetExceptionName() const
33  {return "REAS IO exception";}
34 
35  }; // REASIOException
36 
37 } // io
38 
39 
40 #endif // _io_REASIOException_h_
41 
42 // Configure (x)emacs for this file ...
43 // Local Variables:
44 // mode: c++
45 // End:
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.

, generated on Tue Sep 26 2023.