#include <TGo4UserException.h>
Inheritance diagram for TGo4UserException:
Public Methods | |
TGo4UserException (Int_t prio, const Text_t *text,...) | |
virtual | ~TGo4UserException () |
Int_t | Handle () |
This is a default handler function for the respective exception type *. More... | |
TGo4UserException (const TGo4UserException &right) | |
TGo4UserException & | operator= (const TGo4UserException &right) |
Int_t | GetPriority () const |
Message priority. More... | |
const char * | GetMessage () const |
Status message of last Process() call. More... | |
Protected Attributes | |
TString | fxMessage |
User defined description of the exception reason. More... | |
Int_t | fiPriority |
Priority of message. More... | |
Private Methods | |
TGo4UserException () |
Definition at line 28 of file TGo4UserException.h.
|
Definition at line 21 of file TGo4UserException.cxx. References TGo4Log::fguMESLEN, TGo4Exception::fxDescription, fxMessage, and TRACE. |
|
Definition at line 36 of file TGo4UserException.cxx. References TRACE. |
|
Definition at line 63 of file TGo4UserException.cxx. References fiPriority, fxMessage, and TRACE. |
|
|
|
This is a default handler function for the respective exception type *.
Reimplemented from TGo4RuntimeException. Definition at line 71 of file TGo4UserException.cxx. References GetMessage(), GetPriority(), TGo4Log::Message(), and TRACE. |
|
Definition at line 42 of file TGo4UserException.cxx. References fiPriority, fxMessage, TGo4RuntimeException::operator=(), and TRACE. |
|
Message priority.
Definition at line 43 of file TGo4UserException.h. References fiPriority. Referenced by Handle(). |
|
Status message of last Process() call.
Definition at line 46 of file TGo4UserException.h. References fxMessage. Referenced by Handle(). |
|
User defined description of the exception reason.
Definition at line 51 of file TGo4UserException.h. Referenced by GetMessage(), operator=(), and TGo4UserException(). |
|
Priority of message. 1=info, 2= warning, 3=error. Definition at line 54 of file TGo4UserException.h. Referenced by GetPriority(), operator=(), and TGo4UserException(). |