24 message =
"marlin::ParseException: " + text ;
41 message = proc->
name() ;
59 message = proc->
name() ;
77 message = proc->
name() ;
SkipEventException(const Processor *proc)
StopProcessingException()
virtual ~ParseException()
RewindDataFilesException used to stop the current proccessing of events, rewind to the first event an...
virtual ~StopProcessingException()
virtual const std::string & name() const
Return name of this processor.
ParseException used for parse errors, e.g.
SkipEventException used to skip the current event in Processor::processEvent.
ParseException(std::string text)
StopProcessingException used to stop the current proccessing of events and call Processor::end().
RewindDataFilesException(const Processor *proc)
virtual ~SkipEventException()
virtual ~RewindDataFilesException()
StopProcessingException(const Processor *proc)
RewindDataFilesException()
Base class for Marlin processors.