クラス 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- 根本原因