Uses of Class
jdk.jshell.spi.ExecutionControl.RunException
-
Packages that use ExecutionControl.RunException 软件包 描述 jdk.jshell.execution 为构建JShell执行引擎提供实现支持。jdk.jshell.spi 为可插入的JShell执行引擎定义服务提供者接口。 -
-
Uses of ExecutionControl.RunException in jdk.jshell.execution
Methods in jdk.jshell.execution that throw ExecutionControl.RunException 变量和类型 方法 描述 protected String
DirectExecutionControl. throwConvertedInvocationException(Throwable cause)
将用户代码中的传入异常转换为子类型ExecutionControl.ExecutionControlException
的实例,并抛出转换后的异常。protected String
DirectExecutionControl. throwConvertedOtherException(Throwable ex)
将代理程序代码中的传入异常转换为子类型ExecutionControl.ExecutionControlException
的实例,并抛出转换后的异常。 -
Uses of ExecutionControl.RunException in jdk.jshell.spi
Subclasses of ExecutionControl.RunException in jdk.jshell.spi 变量和类型 类 描述 static class
ExecutionControl.ResolutionException
表示遇到未解析引用的DeclarationSnippet
的异常。static class
ExecutionControl.StoppedException
static class
ExecutionControl.UserException
发生“正常”用户异常。Methods in jdk.jshell.spi that throw ExecutionControl.RunException 变量和类型 方法 描述 Object
ExecutionControl. extensionCommand(String command, Object arg)
运行非标准命令(或较新版本的标准命令)。String
ExecutionControl. invoke(String className, String methodName)
通过调用指定的包装类上的方法来调用可执行的Snippet。String
ExecutionControl. varValue(String className, String varName)
返回变量的值。
-