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