Searched refs:ExecutionControlException (Results 1 - 4 of 4) sorted by relevance

/openjdk10/langtools/test/jdk/jshell/
H A DUserJdiUserRemoteTest.java39 import jdk.jshell.spi.ExecutionControl.ExecutionControlException;
62 public void testExtension() throws ExecutionControlException {
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/spi/
H A DExecutionControl.java340 public static abstract class ExecutionControlException extends Exception { class in interface:ExecutionControl
344 public ExecutionControlException(String message) { method in class:ExecutionControl.ExecutionControlException
352 public static class EngineTerminationException extends ExecutionControlException {
376 public static class InternalException extends ExecutionControlException {
388 public static class ClassInstallException extends ExecutionControlException {
413 public static abstract class RunException extends ExecutionControlException {
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DJShell.java54 import jdk.jshell.spi.ExecutionControl.ExecutionControlException;
539 } catch (ExecutionControlException ex) {
564 } catch (ExecutionControlException ex) {
712 } catch (ExecutionControlException ex) {
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/
H A DUtil.java46 import jdk.jshell.spi.ExecutionControl.ExecutionControlException;
182 } catch (ExecutionControlException ex) {

Completed in 98 milliseconds