クラスの使用
jdk.jshell.spi.ExecutionControl.InternalException
-
ExecutionControl.InternalExceptionを使用するパッケージ パッケージ 説明 jdk.jshell.execution JShell実行エンジンを構築するための実装サポートを提供します。jdk.jshell.spi プラガブルなJShell実行エンジンのサービス・プロバイダ・インタフェースを定義します。 -
-
jdk.jshell.executionでのExecutionControl.InternalExceptionの使用
ExecutionControl.InternalExceptionをスローするjdk.jshell.executionのメソッド 修飾子と型 メソッド 説明 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のサブタイプのインスタンスに変換し、変換された例外をスローします。 -
jdk.jshell.spiでのExecutionControl.InternalExceptionの使用
jdk.jshell.spi内のExecutionControl.InternalExceptionのサブクラス 修飾子と型 クラス 説明 static classExecutionControl.NotImplementedExceptionコマンドは実装されていません。ExecutionControl.InternalExceptionをスローするjdk.jshell.spiのメソッド 修飾子と型 メソッド 説明 voidExecutionControl. addToClasspath(String path)実行クラス・パスにパスを追加します。ObjectExecutionControl. extensionCommand(String command, Object arg)非標準コマンド(または新しいバージョンの標準コマンド)を実行します。StringExecutionControl. invoke(String className, String methodName)指定されたラッパー・クラスでメソッドを呼び出して、実行可能スニペットを呼び出します。voidExecutionControl. stop()実行中の呼出しを中断します。StringExecutionControl. varValue(String className, String varName)変数の値を返します。
-