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