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 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
发生“正常”用户异常。
-