Package | Description |
---|---|
jdk.jshell |
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
|
Modifier and Type | Class and Description |
---|---|
class |
EvalException
Wraps an exception thrown in the remotely executing client.
|
class |
UnresolvedReferenceException
Exception reported on attempting to execute a
RECOVERABLE_DEFINED
snippet. |
Modifier and Type | Method and Description |
---|---|
JShellException |
SnippetEvent.exception()
An instance of
UnresolvedReferenceException , if an unresolved reference was
encountered, or an instance of EvalException if an exception was thrown
during execution, otherwise null . |
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-08-31-194618.buildd.src