クラス jdk.jshell.spi.ExecutionControl.RunExceptionの
使用
パッケージ | 説明 |
---|---|
jdk.jshell.execution |
JShell実行エンジンを構築するための実装サポートを提供します。
|
jdk.jshell.spi |
プラガブルJShell実行エンジン用のサービス・プロバイダ・インタフェースを定義します。
|
-
jdk.jshell.executionでのExecutionControl.RunExceptionの使用
ExecutionControl.RunExceptionを投げるjdk.jshell.executionのメソッド 修飾子と型 メソッド 説明 protected String
DirectExecutionControl. throwConvertedInvocationException(Throwable cause)
ユーザー・コードの受信例外をExecutionControl.ExecutionControlException
のサブ型のインスタンスに変換し、変換された例外をスローします。protected String
DirectExecutionControl. throwConvertedOtherException(Throwable ex)
エージェント・コード内の受信例外をExecutionControl.ExecutionControlException
のサブ型のインスタンスに変換し、変換された例外をスローします。 -
jdk.jshell.spiでのExecutionControl.RunExceptionの使用
jdk.jshell.spiのExecutionControl.RunExceptionのサブクラス 修飾子と型 クラス 説明 static class
ExecutionControl.ResolutionException
未解決の参照を含むDeclarationSnippet
が検出されたことを示す例外です。static class
ExecutionControl.StoppedException
static class
ExecutionControl.UserException
'normal'ユーザー例外が発生しました。ExecutionControl.RunExceptionを投げるjdk.jshell.spiのメソッド 修飾子と型 メソッド 説明 Object
ExecutionControl. extensionCommand(String command, Object arg)
非標準コマンド(新しいバージョンの標準コマンド)を実行します。String
ExecutionControl. invoke(String className, String methodName)
指定されたラッパー・クラスのメソッドを呼び出すことにより、実行可能スニペットを呼び出します。String
ExecutionControl. varValue(String className, String varName)
変数の値を返します。