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

, generated on Tue Sep 26 2023.