Module jdk.jshell
Package jdk.jshell.spi

Class ExecutionControl.ResolutionException

所有已实现的接口:
Serializable
封装的接口:
ExecutionControl

public static class ExecutionControl.ResolutionException extends ExecutionControl.RunException
表示遇到具有未解析引用的DeclarationSnippet的异常。

与引发的SPIResolutionException(一个RuntimeException)相对应,后者嵌入在生成的围栏代码中。另外,与主API中提供的高级异常(带有DeclarationSnippet引用)UnresolvedReferenceException 相对应。

参见:
  • Constructor Details

    • ResolutionException

      public ResolutionException(int id, StackTraceElement[] stackElements)
      构造一个表示遇到具有未解析引用的DeclarationSnippet的异常。
      参数:
      id - 特定方法的内部标识符
      stackElements - 堆栈跟踪
  • Method Details

    • id

      public int id()
      检索未解析标识符的内部标识符。
      返回:
      内部标识符