Uses of Class
jdk.jshell.spi.ExecutionControl.ExecutionControlException
Package
Description
Defines the Service Provider Interface for pluggable JShell execution engines.
-
Uses of ExecutionControl.ExecutionControlException in jdk.jshell.spi
Modifier and TypeClassDescriptionstatic class
A class install (load or redefine) encountered a problem.static class
Unbidden execution engine termination has occurred.static class
An internal problem has occurred.static class
The command is not implemented.static class
An exception indicating that aDeclarationSnippet
with unresolved references has been encountered.static class
The abstract base of of exceptions specific to running user code.static class
An exception indicating that anExecutionControl.invoke(java.lang.String, java.lang.String)
(or theoretically aExecutionControl.varValue(java.lang.String, java.lang.String)
) has been interrupted by aExecutionControl.stop()
.static class
A 'normal' user exception occurred.