- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jdk.jshell.spi.ExecutionControl.ExecutionControlException
-
- jdk.jshell.spi.ExecutionControl.RunException
-
- jdk.jshell.spi.ExecutionControl.ResolutionException
-
- すべての実装されたインタフェース:
Serializable
- 含まれているインタフェース:
- ExecutionControl
public static class ExecutionControl.ResolutionException extends ExecutionControl.RunException
未解決の参照を含むDeclarationSnippetが検出されたことを示す例外です。生成されたcorralledコードに埋め込まれている開始
SPIResolutionException(RuntimeException)とこれを対照してください。 また、メインAPIで提供されている高レベルの例外(DeclarationSnippetリファレンス)であるUnresolvedReferenceExceptionとは対照的です。- 関連項目:
- 直列化された形式
-
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 ResolutionException(int id, StackTraceElement[] stackElements)未解決の参照を含むDeclarationSnippetが検出されたことを示す例外を構築します。
-
-
-
コンストラクタの詳細
-
ResolutionException
public ResolutionException(int id, StackTraceElement[] stackElements)未解決の参照を含むDeclarationSnippetが検出されたことを示す例外を構築します。- パラメータ:
id- 特定のメソッドの内部識別子stackElements- スタック・トレース
-
-