Serializable
public static class ExecutionControl.ResolutionException extends ExecutionControl.RunException
DeclarationSnippet
with unresolved
references has been encountered.
Contrast this with the initiating SPIResolutionException
(a RuntimeException
) which is embedded in generated corralled
code. Also, contrast this with
UnresolvedReferenceException
the high-level
exception (with DeclarationSnippet
reference) provided in the
main API.
Constructor | Description |
---|---|
ResolutionException(int id,
StackTraceElement[] stackElements) |
Constructs an exception indicating that a
DeclarationSnippet
with unresolved references has been encountered. |
Modifier and Type | Method | Description |
---|---|---|
int |
id() |
Retrieves the internal identifier of the unresolved identifier.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResolutionException(int id, StackTraceElement[] stackElements)
DeclarationSnippet
with unresolved references has been encountered.id
- An internal identifier of the specific methodstackElements
- the stack trace Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b154-1