tcl.lang
Class TclInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tcl.lang.TclInterruptedException
All Implemented Interfaces:
Serializable

public final class TclInterruptedException
extends RuntimeException

Signals that an interp has been interrupted via the Interp.setInterrupted() API. This exception is used to unwind the Tcl stack and remove pending events from the Tcl event queue.

See Also:
Serialized Form

Constructor Summary
TclInterruptedException(Interp interp)
           
 
Method Summary
 void disposeInterruptedInterp()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TclInterruptedException

public TclInterruptedException(Interp interp)
Method Detail

disposeInterruptedInterp

public void disposeInterruptedInterp()


Copyright © 2015. All rights reserved.