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
表示遇到具有未解析引用的
DeclarationSnippet
的异常。
与引发的SPIResolutionException
(一个RuntimeException
)相对应,后者嵌入在生成的围栏代码中。另外,与主API中提供的高级异常(带有DeclarationSnippet
引用)UnresolvedReferenceException
相对应。
- 参见:
-
Constructor Summary
ConstructorDescriptionResolutionException
(int id, StackTraceElement[] stackElements) 构造一个表示遇到具有未解析引用的DeclarationSnippet
的异常。 -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResolutionException
构造一个表示遇到具有未解析引用的DeclarationSnippet
的异常。- 参数:
-
id
- 特定方法的内部标识符 -
stackElements
- 堆栈跟踪
-
-
Method Details
-
id
public int id()检索未解析标识符的内部标识符。- 返回:
- 内部标识符
-