tcl.lang
Class TclInterruptedException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
TclInterruptedException
public TclInterruptedException(Interp interp)
disposeInterruptedInterp
public void disposeInterruptedInterp()
 
Copyright © 2015. All rights reserved.