|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tcl.lang.TclInterruptedException
public final class TclInterruptedException
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.
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 |
---|
public TclInterruptedException(Interp interp)
Method Detail |
---|
public void disposeInterruptedInterp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |