java.lang.Object
java.lang.Throwable
java.lang.Exception
jdk.jshell.spi.ExecutionControl.ExecutionControlException
jdk.jshell.spi.ExecutionControl.RunException
jdk.jshell.spi.ExecutionControl.StoppedException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- ExecutionControl
An exception indicating that an
 
ExecutionControl.invoke(java.lang.String, java.lang.String)
 (or theoretically a
 ExecutionControl.varValue(java.lang.String, java.lang.String))
 has been interrupted by a ExecutionControl.stop().- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
StoppedExceptionpublic StoppedException()
 
-