java.lang.Object
java.lang.Throwable
java.lang.Exception
jdk.jshell.spi.ExecutionControl.ExecutionControlException
jdk.jshell.spi.ExecutionControl.RunException
jdk.jshell.spi.ExecutionControl.StoppedException
- すべての実装されたインタフェース:
- Serializable
- 含まれているインタフェース:
- ExecutionControl
public static class ExecutionControl.StoppedException extends ExecutionControl.RunException
ExecutionControl.invoke(java.lang.String, java.lang.String) (または理論的にはExecutionControl.varValue(java.lang.String, java.lang.String))がExecutionControl.stop()によって中断されたことを示す例外。- 関連項目:
- 直列化された形式
- 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 StoppedException()
- 
メソッドのサマリー
- 
コンストラクタの詳細- 
StoppedExceptionpublic StoppedException()
 
-