8#include "daq/slc/runcontrol/RCHandlerException.h"
15RCHandlerException::RCHandlerException(
const std::string& comment)
20RCHandlerException::RCHandlerException(
const char* format, ...)
25 vsprintf(ss, format, ap);
Abstract base class for different kinds of events.