Uses of Class
jdk.jshell.JShellException
Packages that use JShellException
包
描述
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
-
Uses of JShellException in jdk.jshell
Subclasses of JShellException in jdk.jshell修饰符和类Class描述class
Wraps an throwable thrown in the executing client.class
Exception reported on attempting to execute aRECOVERABLE_DEFINED
snippet.Methods in jdk.jshell that return JShellException修饰符和类方法描述SnippetEvent.exception()
An instance ofUnresolvedReferenceException
, if an unresolved reference was encountered, or an instance ofEvalException
if an exception was thrown during execution, otherwisenull
.EvalException.getCause()
Returns the wrapped cause of the throwable in the executing client represented by thisEvalException
ornull
if the cause is nonexistent or unknown.