Module jdk.jshell
Package jdk.jshell.spi

Class ExecutionControl.ExecutionControlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jdk.jshell.spi.ExecutionControl.ExecutionControlException
所有已实现的接口:
Serializable
直接已知的子类:
ExecutionControl.ClassInstallException, ExecutionControl.EngineTerminationException, ExecutionControl.InternalException, ExecutionControl.RunException
封装接口:
ExecutionControl

public abstract static class ExecutionControl.ExecutionControlException extends Exception
所有ExecutionControl异常的抽象基类。
参见:
  • Constructor Details

    • ExecutionControlException

      public ExecutionControlException(String message)