#include <TGo4UserException.h>
Inheritance diagram for TGo4UserException:
Public Member Functions | |
TGo4UserException (Int_t prio, const char *text,...) | |
virtual | ~TGo4UserException () |
Int_t | Handle () |
This is a default handler function for the respective exception type. | |
TGo4UserException (const TGo4UserException &right) | |
TGo4UserException & | operator= (const TGo4UserException &right) |
Int_t | GetPriority () const |
Message priority. | |
const char * | GetMessage () const |
Status message of last Process() call. | |
Protected Attributes | |
TString | fxMessage |
User defined description of the exception reason. | |
Int_t | fiPriority |
Priority of message. | |
Private Member Functions | |
TGo4UserException () |
Definition at line 29 of file TGo4UserException.h.
|
Definition at line 30 of file TGo4UserException.cxx. References TGo4Log::fguMESLEN, TGo4Exception::fxDescription, fxMessage, and TRACE. |
|
Definition at line 46 of file TGo4UserException.cxx. References TRACE. |
|
Definition at line 70 of file TGo4UserException.cxx. References fiPriority, fxMessage, and TRACE. |
|
Definition at line 23 of file TGo4UserException.cxx. |
|
This is a default handler function for the respective exception type.
Reimplemented from TGo4RuntimeException. Definition at line 78 of file TGo4UserException.cxx. References GetMessage(), GetPriority(), TGo4Log::Message(), and TRACE. |
|
Definition at line 52 of file TGo4UserException.cxx. References fiPriority, fxMessage, TGo4RuntimeException::operator=(), and TRACE. |
|
Message priority.
Definition at line 44 of file TGo4UserException.h. References fiPriority. Referenced by Handle(). |
|
Status message of last Process() call.
Definition at line 47 of file TGo4UserException.h. References fxMessage. Referenced by Handle(). |
|
User defined description of the exception reason.
Definition at line 52 of file TGo4UserException.h. Referenced by GetMessage(), operator=(), and TGo4UserException(). |
|
Priority of message. 1=info, 2= warning, 3=error. Definition at line 55 of file TGo4UserException.h. Referenced by GetPriority(), operator=(), and TGo4UserException(). |