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描述classWraps an throwable thrown in the executing client.classException reported on attempting to execute aRECOVERABLE_DEFINEDsnippet.Methods in jdk.jshell that return JShellException修饰符和类方法描述SnippetEvent.exception()An instance ofUnresolvedReferenceException, if an unresolved reference was encountered, or an instance ofEvalExceptionif an exception was thrown during execution, otherwisenull.EvalException.getCause()Returns the wrapped cause of the throwable in the executing client represented by thisEvalExceptionornullif the cause is nonexistent or unknown.