Package | Description |
---|---|
jdk.jshell.spi |
Defines the Service Provider Interface for pluggable JShell execution engines.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
ExecutionControl.ClassInstallException |
A class install (load or redefine) encountered a problem.
|
static class |
ExecutionControl.EngineTerminationException |
Unbidden execution engine termination has occurred.
|
static class |
ExecutionControl.InternalException |
An internal problem has occurred.
|
static class |
ExecutionControl.NotImplementedException |
The command is not implemented.
|
static class |
ExecutionControl.ResolutionException |
An exception indicating that a
DeclarationSnippet with unresolved
references has been encountered. |
static class |
ExecutionControl.RunException |
The abstract base of of exceptions specific to running user code.
|
static class |
ExecutionControl.StoppedException |
An exception indicating that an
ExecutionControl.invoke(java.lang.String, java.lang.String)
(or theoretically a
ExecutionControl.varValue(java.lang.String, java.lang.String) )
has been interrupted by a ExecutionControl.stop() . |
static class |
ExecutionControl.UserException |
A 'normal' user exception occurred.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2