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
{
12
class
RCHandlerFatalException
:
public
RCHandlerException
{
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
daq
slc
runcontrol
include
RCHandlerFatalException.h
Generated on Fri Nov 5 2021 03:50:08 for Belle II Software by
1.8.17