Module jdk.jshell

Class ExecutionControl.ResolutionException

java.lang.Object
All Implemented Interfaces:
Serializable
Enclosing interface:
ExecutionControl

public static class ExecutionControl.ResolutionException extends ExecutionControl.RunException
An exception indicating that a 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.

See Also: