v2.10-0 (21000JUN2005)

Go4Exceptions
Class TGo4ControlException

Direct Known Subclasses:
TGo4TaskHandlerException, TGo4TerminateException, TGo4ThreadException

class TGo4ControlException
derived from TGo4RuntimeException

Exception Class responsible for runtime control actions:
Exception mechanism is used as command pattern here;
concrete exceptions act on single threads or the thread
manager


Fields inherited from class Go4Exceptions.TGo4Exception
fxDescription

Constructor Summary
TGo4ControlException()
           
TGo4ControlException(const TGo4ControlException& right)
           

Destructor Summary
 virtual synchronized ~TGo4ControlException()
           

Method Summary
 virtual Int_tHandle()
          This is a default handler function for the respective
exception type
 synchronized TGo4ControlException&operator=(const TGo4ControlException& right)
           

Methods inherited from class Go4Exceptions.TGo4RuntimeException
operator=

Methods inherited from class Go4Exceptions.TGo4Exception
operator=, What

Constructor Detail

TGo4ControlException

public TGo4ControlException()

TGo4ControlException

public TGo4ControlException(const TGo4ControlException& right)
Method Detail

~TGo4ControlException

public virtual synchronized ~TGo4ControlException()
Method Detail

Handle

public virtual Int_t Handle()
This is a default handler function for the respective
exception type

operator=

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

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

30-06-2005