Uses of Class
jdk.jshell.spi.ExecutionControl.ExecutionControlException
Packages that use ExecutionControl.ExecutionControlException
-
Uses of ExecutionControl.ExecutionControlException in jdk.jshell.spi
Subclasses of ExecutionControl.ExecutionControlException in jdk.jshell.spi修饰符和类Class描述static 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.