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