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 Modifier and Type Class 描述 static classExecutionControl.ClassInstallException类安装(加载或重新定义)遇到问题。static classExecutionControl.EngineTerminationException未执行引擎终止已发生。static classExecutionControl.InternalException发生内部问题。static classExecutionControl.NotImplementedException该命令未实现。static classExecutionControl.ResolutionException一个异常,表示遇到了未解析引用的DeclarationSnippet。static classExecutionControl.RunException特定于运行用户代码的异常的抽象基础。static classExecutionControl.StoppedExceptionstatic classExecutionControl.UserException发生“正常”用户异常。
-