Belle II Software  release-05-01-25
RCHandlerException.h
1 #ifndef _Belle2_RCHandlerException_h
2 #define _Belle2_RCHandlerException_h
3 
4 #include <daq/slc/nsm/NSMHandlerException.h>
5 
6 namespace Belle2 {
13 
14  public:
15  RCHandlerException(const std::string& comment = "");
16  RCHandlerException(const char* comment, ...);
17 #if __GNUC__ >= 7
18  virtual ~RCHandlerException() {}
19 #else
20  virtual ~RCHandlerException() throw() {}
21 #endif
22 
23  };
24 
26 }
27 
28 #endif
Belle2::RCHandlerException
Definition: RCHandlerException.h:12
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::NSMHandlerException
Definition: NSMHandlerException.h:12