#include <TGo4AnalysisStepException.h>
Inheritance diagram for TGo4AnalysisStepException:
Public Methods | |
TGo4AnalysisStepException (TGo4AnalysisStep *step) | |
virtual | ~TGo4AnalysisStepException () |
Int_t | Handle () |
This is a default handler function for the respective exception type *. More... | |
TGo4AnalysisStepException (const TGo4AnalysisStepException &right) | |
TGo4AnalysisStepException & | operator= (const TGo4AnalysisStepException &right) |
Int_t | GetProcessStatus () const |
Status of the last event. More... | |
const char * | GetStatusMessage () const |
Status message of last Process() call. More... | |
const char * | GetStepName () |
Name of the throwing analysis step. More... | |
Protected Attributes | |
TGo4AnalysisStep * | fxStep |
@supplierCardinality 1. More... | |
TString | fxStatusMessage |
TString | fxStepName |
Int_t | fiProcessStatus |
Contains current analysis step status value. More... | |
Private Methods | |
TGo4AnalysisStepException () |
|
Definition at line 19 of file TGo4AnalysisStepException.cxx. References fiProcessStatus, TGo4Exception::fxDescription, fxStatusMessage, fxStep, fxStepName, TGo4AnalysisStep::GetProcessStatus(), TGo4AnalysisStep::GetStatusMessage(), and TRACE. |
|
Definition at line 33 of file TGo4AnalysisStepException.cxx. References TRACE. |
|
Definition at line 61 of file TGo4AnalysisStepException.cxx. References fiProcessStatus, fxStatusMessage, fxStep, fxStepName, and TRACE. |
|
|
|
This is a default handler function for the respective exception type *.
Reimplemented from TGo4RuntimeException. Definition at line 71 of file TGo4AnalysisStepException.cxx. References TGo4Log::Error(), GetProcessStatus(), GetStatusMessage(), GetStepName(), TRACE, and TGo4Exception::What(). |
|
Definition at line 39 of file TGo4AnalysisStepException.cxx. References fiProcessStatus, fxStatusMessage, fxStep, fxStepName, TGo4RuntimeException::operator=(), and TRACE. |
|
Status of the last event.
Definition at line 39 of file TGo4AnalysisStepException.h. References fiProcessStatus. Referenced by Handle(). |
|
Status message of last Process() call.
Definition at line 42 of file TGo4AnalysisStepException.h. References fxStatusMessage. Referenced by Handle(). |
|
Name of the throwing analysis step.
Definition at line 45 of file TGo4AnalysisStepException.h. References fxStepName. Referenced by Handle(). |
|
@supplierCardinality 1.
Definition at line 49 of file TGo4AnalysisStepException.h. Referenced by operator=(), and TGo4AnalysisStepException(). |
|
Definition at line 51 of file TGo4AnalysisStepException.h. Referenced by GetStatusMessage(), operator=(), and TGo4AnalysisStepException(). |
|
Definition at line 53 of file TGo4AnalysisStepException.h. Referenced by GetStepName(), operator=(), and TGo4AnalysisStepException(). |
|
Contains current analysis step status value. To be checked by framework after Process(). Definition at line 56 of file TGo4AnalysisStepException.h. Referenced by GetProcessStatus(), operator=(), and TGo4AnalysisStepException(). |