v2.10-0 (21000JUN2005)

Go4ThreadManager
Class TGo4CancelException


class TGo4CancelException
derived from TGo4ThreadException

Cancel thread associated with runnable or with threadname.

Author:
J. Adamczewski, Go4 project-DVEE-GSI Darmstadt, Germany, j.adamczewski@gsi.de
Version: 0.9
Since: jul 2000-oct 2001

Fields inherited from class Go4ThreadManager.TGo4ThreadException
fxRunnable, fxThreadHandler, fxThreadName

Fields inherited from class Go4Exceptions.TGo4Exception
fxDescription

Constructor Summary
 TGo4CancelException(const TGo4CancelException& right)
           
 TGo4CancelException(TGo4Runnable* runnable, const Text_t* threadname)
           
 private TGo4CancelException()
           

Destructor Summary
 virtual synchronized ~TGo4CancelException()
           

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

Methods inherited from class Go4ThreadManager.TGo4ThreadException
GetThreadName, operator=

Methods inherited from class Go4Exceptions.TGo4ControlException
operator=

Methods inherited from class Go4Exceptions.TGo4RuntimeException
operator=

Methods inherited from class Go4Exceptions.TGo4Exception
operator=, What

Constructor Detail

TGo4CancelException

public TGo4CancelException(const TGo4CancelException& right)

TGo4CancelException

public TGo4CancelException(TGo4Runnable* runnable, const Text_t* threadname)

TGo4CancelException

private TGo4CancelException()
Method Detail

~TGo4CancelException

public virtual synchronized ~TGo4CancelException()
Method Detail

Handle

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

operator=

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

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

30-06-2005