ZHAireSIOException.h
Go to the documentation of this file.
1 #ifndef _io_ZHAireSIOException_h_
2 #define _io_ZHAireSIOException_h_
3 
4 #include <utl/AugerException.h>
5 
6 
7 namespace io {
8 
16 
17  public:
19  ZHAireSIOException(const std::string& message = std::string())
20  : IOFailureException(message) { }
21 
23  virtual std::string GetExceptionName() const
24  { return "ZHAireS IO exception"; }
25 
26  };
27 
28 }
29 
30 
31 #endif
Base class to report exceptions in IO.
Base for exceptions in the ZHAireS reader.

, generated on Tue Sep 26 2023.