#include <TGo4EventErrorException.h>
Public Member Functions | |
TGo4EventErrorException (TGo4EventSource *eventsource, Int_t prio=3) | |
virtual | ~TGo4EventErrorException () |
TGo4EventErrorException (const TGo4EventErrorException &right) | |
TGo4EventErrorException & | operator= (const TGo4EventErrorException &right) |
Int_t | GetPriority () const |
Private Member Functions | |
TGo4EventErrorException () | |
Private Attributes | |
Int_t | fiPriority |
Exception to be thrown on error of event source. Mbs Error codes/messages are accessible from exception.
Definition at line 25 of file TGo4EventErrorException.h.
TGo4EventErrorException::TGo4EventErrorException | ( | TGo4EventSource * | eventsource, | |
Int_t | prio = 3 | |||
) |
Definition at line 18 of file TGo4EventErrorException.cxx.
References fiPriority, TGo4Exception::fxDescription, and GO4TRACE.
TGo4EventErrorException::~TGo4EventErrorException | ( | ) | [virtual] |
Definition at line 26 of file TGo4EventErrorException.cxx.
References GO4TRACE.
TGo4EventErrorException::TGo4EventErrorException | ( | const TGo4EventErrorException & | right | ) |
Definition at line 31 of file TGo4EventErrorException.cxx.
References fiPriority, and GO4TRACE.
TGo4EventErrorException::TGo4EventErrorException | ( | ) | [private] |
Int_t TGo4EventErrorException::GetPriority | ( | ) | const [inline] |
Definition at line 38 of file TGo4EventErrorException.h.
References fiPriority.
Referenced by TGo4Analysis::InitEventClasses(), TGo4Analysis::Process(), TGo4AnalysisMainRunnable::Run(), and TGo4Analysis::RunImplicitLoop().
TGo4EventErrorException & TGo4EventErrorException::operator= | ( | const TGo4EventErrorException & | right | ) |
Definition at line 38 of file TGo4EventErrorException.cxx.
References fiPriority, and GO4TRACE.
Int_t TGo4EventErrorException::fiPriority [private] |
Definition at line 45 of file TGo4EventErrorException.h.
Referenced by GetPriority(), operator=(), and TGo4EventErrorException().