Uses of Class
jdk.jshell.spi.ExecutionControl.ExecutionControlException
-
Packages that use ExecutionControl.ExecutionControlException 软件包 描述 jdk.jshell.spi 为可插入的JShell执行引擎定义服务提供者接口。 -
-
Uses of ExecutionControl.ExecutionControlException in jdk.jshell.spi
Subclasses of ExecutionControl.ExecutionControlException in jdk.jshell.spi 变量和类型 类 描述 static classExecutionControl.ClassInstallException类安装(加载或重新定义)遇到问题。static classExecutionControl.EngineTerminationException已发生未绑定的执行引擎终止。static classExecutionControl.InternalException发生了内部问题。static classExecutionControl.NotImplementedException该命令未实现。static classExecutionControl.ResolutionException表示遇到未解析引用的DeclarationSnippet的异常。static classExecutionControl.RunException特定于运行用户代码的异常的抽象基础。static classExecutionControl.StoppedExceptionstatic classExecutionControl.UserException发生“正常”用户异常。
-