Public Member Functions | Protected Attributes | Private Member Functions

TGo4DynamicListException Class Reference

#include <TGo4DynamicListException.h>

Inheritance diagram for TGo4DynamicListException:
TGo4RuntimeException TGo4Exception

List of all members.

Public Member Functions

 TGo4DynamicListException (TGo4DynamicEntry *entry, const char *message,...)
virtual ~TGo4DynamicListException ()
Int_t Handle ()
 TGo4DynamicListException (const TGo4DynamicListException &right)
TGo4DynamicListExceptionoperator= (const TGo4DynamicListException &right)
const char * GetStatusMessage () const
const char * GetEntryName () const
const char * GetEntryClass () const

Protected Attributes

TGo4DynamicEntryfxEntry
TString fxStatusMessage
TString fxEntryName
TString fxEntryClass

Private Member Functions

 TGo4DynamicListException ()

Detailed Description

Definition at line 22 of file TGo4DynamicListException.h.


Constructor & Destructor Documentation

TGo4DynamicListException::TGo4DynamicListException ( TGo4DynamicEntry entry,
const char *  message,
  ... 
)
TGo4DynamicListException::~TGo4DynamicListException (  )  [virtual]

Definition at line 63 of file TGo4DynamicListException.cxx.

References GO4TRACE.

TGo4DynamicListException::TGo4DynamicListException ( const TGo4DynamicListException right  ) 

Definition at line 41 of file TGo4DynamicListException.cxx.

References fxEntry, fxEntryClass, fxEntryName, fxStatusMessage, and GO4TRACE.

TGo4DynamicListException::TGo4DynamicListException (  )  [private]

Member Function Documentation

const char* TGo4DynamicListException::GetEntryClass (  )  const [inline]

Classname of the throwing dynamic entry.

Definition at line 43 of file TGo4DynamicListException.h.

References fxEntryClass.

Referenced by Handle(), TGo4Analysis::Process(), and TGo4AnalysisMainRunnable::Run().

const char* TGo4DynamicListException::GetEntryName (  )  const [inline]

Name of the throwing dynamic Entry.

Definition at line 40 of file TGo4DynamicListException.h.

References fxEntryName.

Referenced by Handle(), TGo4Analysis::Process(), and TGo4AnalysisMainRunnable::Run().

const char* TGo4DynamicListException::GetStatusMessage (  )  const [inline]

Status message of last Process() call.

Definition at line 37 of file TGo4DynamicListException.h.

References fxStatusMessage.

Referenced by Handle(), TGo4Analysis::Process(), and TGo4AnalysisMainRunnable::Run().

Int_t TGo4DynamicListException::Handle (  )  [virtual]
TGo4DynamicListException & TGo4DynamicListException::operator= ( const TGo4DynamicListException right  ) 

Definition at line 21 of file TGo4DynamicListException.cxx.

References fxEntry, fxEntryClass, fxEntryName, fxStatusMessage, and GO4TRACE.


Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines