Uses of Class
jdk.jshell.spi.ExecutionControl.InternalException
-
Packages that use ExecutionControl.InternalException 软件包 描述 jdk.jshell.execution 为构建JShell执行引擎提供实现支持。jdk.jshell.spi 为可插入的JShell执行引擎定义服务提供者接口。 -
-
Uses of ExecutionControl.InternalException in jdk.jshell.execution
Methods in jdk.jshell.execution that throw ExecutionControl.InternalException 变量和类型 方法 描述 voidLoaderDelegate. addToClasspath(String path)添加执行类路径的路径。protected voidDirectExecutionControl. clientCodeEnter()标记用户代码。protected voidDirectExecutionControl. clientCodeLeave()标记偏离用户代码。voidDirectExecutionControl. stop()中断正在运行的调用。voidJdiDefaultExecutionControl. stop()通过操纵远程变量并通过JDI发送停止来中断正在运行的远程调用。protected StringDirectExecutionControl. throwConvertedInvocationException(Throwable cause)将用户代码中的传入异常转换为子类型ExecutionControl.ExecutionControlException的实例,并抛出转换后的异常。protected StringDirectExecutionControl. throwConvertedOtherException(Throwable ex)将代理程序代码中的传入异常转换为子类型ExecutionControl.ExecutionControlException的实例,并抛出转换后的异常。 -
Uses of ExecutionControl.InternalException in jdk.jshell.spi
Subclasses of ExecutionControl.InternalException in jdk.jshell.spi 变量和类型 类 描述 static classExecutionControl.NotImplementedException该命令未实现。Methods in jdk.jshell.spi that throw ExecutionControl.InternalException 变量和类型 方法 描述 voidExecutionControl. addToClasspath(String path)添加执行类路径的路径。ObjectExecutionControl. extensionCommand(String command, Object arg)运行非标准命令(或较新版本的标准命令)。StringExecutionControl. invoke(String className, String methodName)通过调用指定的包装类上的方法来调用可执行的Snippet。voidExecutionControl. stop()中断正在运行的调用。StringExecutionControl. varValue(String className, String varName)返回变量的值。
-