Module jdk.jshell

Class ExecutionControl.ExecutionControlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jdk.jshell.spi.ExecutionControl.ExecutionControlException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExecutionControl.ClassInstallException, ExecutionControl.EngineTerminationException, ExecutionControl.InternalException, ExecutionControl.RunException
Enclosing interface:
ExecutionControl

public abstract static class ExecutionControl.ExecutionControlException
extends Exception
The abstract base of all ExecutionControl exceptions.
See Also:
Serialized Form
  • Constructor Details

    • ExecutionControlException

      public ExecutionControlException​(String message)