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 Modifier and Type 方法 描述 voidDirectExecutionControl. addToClasspath(String cp)voidLoaderDelegate. addToClasspath(String path)将路径添加到执行类路径。voidStreamingExecutionControl. addToClasspath(String path)protected voidDirectExecutionControl. clientCodeEnter()标记输入用户代码。protected voidDirectExecutionControl. clientCodeLeave()标记离开用户代码。protected voidRemoteExecutionControl. clientCodeLeave()ObjectDirectExecutionControl. extensionCommand(String command, Object arg)ObjectStreamingExecutionControl. extensionCommand(String command, Object arg)StringDirectExecutionControl. invoke(String className, String methodName)StringJdiDefaultExecutionControl. invoke(String classname, String methodname)StringStreamingExecutionControl. invoke(String classname, String methodname)voidDirectExecutionControl. stop()中断一个正在运行的调用。voidJdiDefaultExecutionControl. stop()通过操作远程变量并通过JDI发送停止来中断正在运行的远程调用。voidLocalExecutionControl. stop()voidRemoteExecutionControl. stop()voidStreamingExecutionControl. stop()protected StringDirectExecutionControl. throwConvertedInvocationException(Throwable cause)将用户代码中的传入异常转换为ExecutionControl.ExecutionControlException子类型的实例,并抛出转换的异常。protected StringRemoteExecutionControl. throwConvertedInvocationException(Throwable cause)protected StringDirectExecutionControl. throwConvertedOtherException(Throwable ex)将代理代码中的传入异常转换为ExecutionControl.ExecutionControlException子类型的实例,并抛出转换的异常。protected StringRemoteExecutionControl. throwConvertedOtherException(Throwable ex)StringDirectExecutionControl. varValue(String className, String varName)StringRemoteExecutionControl. varValue(String className, String varName)StringStreamingExecutionControl. varValue(String classname, String varname) -
Uses of ExecutionControl.InternalException in jdk.jshell.spi
Subclasses of ExecutionControl.InternalException in jdk.jshell.spi Modifier and Type Class 描述 static classExecutionControl.NotImplementedException该命令未实现。Methods in jdk.jshell.spi that throw ExecutionControl.InternalException Modifier and Type 方法 描述 voidExecutionControl. addToClasspath(String path)将路径添加到执行类路径。ObjectExecutionControl. extensionCommand(String command, Object arg)运行非标准命令(或较新版本的标准命令)。StringExecutionControl. invoke(String className, String methodName)通过调用指定的包装类上的方法来调用可执行代码段。voidExecutionControl. stop()中断一个正在运行的调用。StringExecutionControl. varValue(String className, String varName)返回变量的值。
-