Belle II Software  release-05-02-19
DBHandlerException.h
1 #ifndef _Belle2_DBHandlerException_hh
2 #define _Belle2_DBHandlerException_hh
3 
4 #include "daq/slc/base/IOException.h"
5 
6 namespace Belle2 {
13 
14  public:
15  DBHandlerException(const std::string& format, ...);
16 
17  };
18 
20 }
21 
22 #endif
Belle2::DBHandlerException
Definition: DBHandlerException.h:12
Belle2::IOException
Definition: IOException.h:12
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19