クラスExecutionControl.UserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jdk.jshell.spi.ExecutionControl.ExecutionControlException
jdk.jshell.spi.ExecutionControl.RunException
jdk.jshell.spi.ExecutionControl.UserException
- すべての実装されたインタフェース:
Serializable
- 含まれているインタフェース:
ExecutionControl
public static class ExecutionControl.UserException extends ExecutionControl.RunException
「通常の」ユーザー例外が発生しました。
- 導入されたバージョン:
- 9
- 関連項目:
-
コンストラクタのサマリー
コンストラクタコンストラクタ説明UserException(String message, String causeExceptionClass, StackTraceElement[] stackElements) -
メソッドのサマリー
-
コンストラクタの詳細
-
UserException
public UserException(String message, String causeExceptionClass, StackTraceElement[] stackElements)
-
-
メソッドの詳細
-
causeExceptionClass
-