- 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 'normal'ユーザー例外が発生しました。- 関連項目:
- 直列化された形式
 
- 
- 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 UserException(String message, String causeExceptionClass, StackTraceElement[] stackElements)
 - 
メソッドのサマリー修飾子と型 メソッド 説明 StringcauseExceptionClass()ユーザー例外のクラスを返します。
 
- 
- 
- 
コンストラクタの詳細- 
UserExceptionpublic UserException(String message, String causeExceptionClass, StackTraceElement[] stackElements) 
 
- 
 - 
メソッドの詳細- 
causeExceptionClasspublic String causeExceptionClass() ユーザー例外のクラスを返します。- 戻り値:
- ユーザー例外クラスの名前
 
 
- 
 
-