8#ifndef _Belle2_RCHandlerException_h
9#define _Belle2_RCHandlerException_h
11#include <daq/slc/nsm/NSMHandlerException.h>
19 class RCHandlerException :
public NSMHandlerException {
22 RCHandlerException(
const std::string& comment =
"");
23 RCHandlerException(
const char* comment, ...);
25 virtual ~RCHandlerException() {}
27 virtual ~RCHandlerException()
throw() {}
Abstract base class for different kinds of events.