v2.10-0 (21000JUN2005)

Go4Analysis
Class TGo4UserException


class TGo4UserException
derived from TGo4RuntimeException

Exception to be thrown by analysis user.

Author:
J. Adamczewski
Since: Sep-2002

Field Summary
 protected Int_tfiPriority
          Priority of message. 1=info, 2= warning, 3=error.
 protected TStringfxMessage
          User defined description of the exception reason

Fields inherited from class Go4Exceptions.TGo4Exception
fxDescription

Constructor Summary
 TGo4UserException(Int_t prio, const Text_t* text, ... )
           
 TGo4UserException(const TGo4UserException& right)
           
 private TGo4UserException()
           

Destructor Summary
 virtual synchronized ~TGo4UserException()
           

Method Summary
 const const char *GetMessage()
          Status message of last Process() call.
 const Int_tGetPriority()
          Message priority
 Int_tHandle()
           
 synchronized TGo4UserException&operator=(const TGo4UserException& right)
           

Methods inherited from class Go4Exceptions.TGo4RuntimeException
operator=

Methods inherited from class Go4Exceptions.TGo4Exception
operator=, What

Field Detail

fiPriority

protected Int_t fiPriority
Priority of message. 1=info, 2= warning, 3=error.

fxMessage

protected TString fxMessage
User defined description of the exception reason
Constructor Detail

TGo4UserException

public TGo4UserException(Int_t prio, const Text_t* text, ... )

TGo4UserException

public TGo4UserException(const TGo4UserException& right)

TGo4UserException

private TGo4UserException()
Method Detail

~TGo4UserException

public virtual synchronized ~TGo4UserException()
Method Detail

GetMessage

public const const char * GetMessage()
Status message of last Process() call.

GetPriority

public const Int_t GetPriority()
Message priority

Handle

public Int_t Handle()

operator=

public synchronized TGo4UserException& operator=(const TGo4UserException& right)

J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005