- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jdk.jshell.spi.ExecutionControl.ExecutionControlException
-
- 实现的所有接口
-
Serializable
- 已知直接子类:
-
ExecutionControl.ClassInstallException
,ExecutionControl.EngineTerminationException
,ExecutionControl.InternalException
,ExecutionControl.RunException
- Enclosing interface:
- ExecutionControl
public abstract static class ExecutionControl.ExecutionControlException extends 异常
所有ExecutionControl
例外的抽象基础。- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 ExecutionControlException(String message)
-
方法摘要
-
-
-
构造方法详细信息
-
ExecutionControlException
public ExecutionControlException(String message)
-
-