3 #ifndef LuizaExceptions_h
4 #define LuizaExceptions_h 1
7 #include "Exceptions.h"
23 message =
"luiza::ParseException: " + text ;
41 message = proc->
name() ;
61 message = proc->
name() ;
83 message = proc->
name() ;
virtual const std::string & name() const
Return name of this processor.
Definition: Processor.h:132
SkipEventException used to skip the current event in Processor::processData.
Definition: LuizaExceptions.h:34
StopProcessingException used to stop proccessing of data.
Definition: LuizaExceptions.h:54
AbortProcessingException used to abort proccessing of data.
Definition: LuizaExceptions.h:76
Base class for Luiza processors.
Definition: Processor.h:55
ParseException used for parse errors, e.g. when reading the steering file.
Definition: LuizaExceptions.h:15
Namespace for Luiza framework.
Definition: CCCollection.h:6
Define Exceptions class, useful for control of data processing.
Definition: Exceptions.h:17