Serializablepublic class SPIResolutionException extends RuntimeException
RECOVERABLE_DEFINED
user method, this exception is thrown.
This exception is seen by the execution engine, but not seen by the end user nor through the JShell API.
| Constructor | Description |
|---|---|
SPIResolutionException(int id) |
Constructs an SPI layer 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SPIResolutionException(int id)
DeclarationSnippet with unresolved references has been
encountered. The throw of this exception is generated into the body of a
RECOVERABLE_DEFINED
method.id - An internal identifier of the specific method
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1