クラス TestContextAotException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.test.context.aot.TestContextAotException
- 実装されたすべてのインターフェース:
SerializableSE
Spring TestContext フレームワークでの AOT ビルド時処理または AOT ランタイム実行中にエラーが発生した場合にスローされます。
- 導入:
- 6.0
- 作成者:
- Sam Brannen
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明TestContextAotException
(StringSE message) 新しいTestContextAotException
を作成します。TestContextAotException
(StringSE message, ThrowableSE cause) 新しいTestContextAotException
を作成します。メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
TestContextAotException
新しいTestContextAotException
を作成します。- パラメーター:
message
- 詳細メッセージ
TestContextAotException
新しいTestContextAotException
を作成します。- パラメーター:
message
- 詳細メッセージcause
- 根本原因