Belle II Software
release-05-01-25
NSMHandlerException.h
1
#ifndef _Belle2_NSMHandlerException_hh
2
#define _Belle2_NSMHandlerException_hh
3
4
#include "daq/slc/base/IOException.h"
5
6
namespace
Belle2
{
12
class
NSMHandlerException
:
public
IOException
{
13
14
public
:
15
NSMHandlerException
(
const
std::string& format, ...);
16
NSMHandlerException
() {}
17
#if __GNUC__ >= 7
18
~
NSMHandlerException
() {}
19
#else
20
~
NSMHandlerException
()
throw
() {}
21
#endif
22
23
};
24
26
}
27
28
#endif
Belle2::IOException
Definition:
IOException.h:12
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::NSMHandlerException
Definition:
NSMHandlerException.h:12
daq
slc
nsm
include
NSMHandlerException.h
Generated on Fri Nov 5 2021 03:49:59 for Belle II Software by
1.8.17