Uses of Class
jdk.jshell.spi.ExecutionControl.InternalException
-
Packages that use ExecutionControl.InternalException Package Description jdk.jshell.execution Provides implementation support for building JShell execution engines.jdk.jshell.spi Defines the Service Provider Interface for pluggable JShell execution engines. -
-
Uses of ExecutionControl.InternalException in jdk.jshell.execution
Methods in jdk.jshell.execution that throw ExecutionControl.InternalException Modifier and Type Method Description voidDirectExecutionControl. addToClasspath(String cp)voidLoaderDelegate. addToClasspath(String path)Adds the path to the execution class path.voidStreamingExecutionControl. addToClasspath(String path)protected voidDirectExecutionControl. clientCodeEnter()Marks entry into user code.protected voidDirectExecutionControl. clientCodeLeave()Marks departure from user code.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()Interrupts a running invoke.voidJdiDefaultExecutionControl. stop()Interrupts a running remote invoke by manipulating remote variables and sending a stop via JDI.voidLocalExecutionControl. stop()voidRemoteExecutionControl. stop()voidStreamingExecutionControl. stop()protected StringDirectExecutionControl. throwConvertedInvocationException(Throwable cause)Converts incoming exceptions in user code into instances of subtypes ofExecutionControl.ExecutionControlExceptionand throws the converted exception.protected StringRemoteExecutionControl. throwConvertedInvocationException(Throwable cause)protected StringDirectExecutionControl. throwConvertedOtherException(Throwable ex)Converts incoming exceptions in agent code into instances of subtypes ofExecutionControl.ExecutionControlExceptionand throws the converted exception.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 Description static classExecutionControl.NotImplementedExceptionThe command is not implemented.Methods in jdk.jshell.spi that throw ExecutionControl.InternalException Modifier and Type Method Description voidExecutionControl. addToClasspath(String path)Adds the path to the execution class path.ObjectExecutionControl. extensionCommand(String command, Object arg)Run a non-standard command (or a standard command from a newer version).StringExecutionControl. invoke(String className, String methodName)Invokes an executable Snippet by calling a method on the specified wrapper class.voidExecutionControl. stop()Interrupts a running invoke.StringExecutionControl. varValue(String className, String varName)Returns the value of a variable.
-