クラス TestContextAotException

java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.test.context.aot.TestContextAotException
実装されたすべてのインターフェース:
SerializableSE

public class TestContextAotException extends RuntimeExceptionSE
Spring TestContext フレームワークでの AOT ビルド時処理または AOT ランタイム実行中にエラーが発生した場合にスローされます。
導入:
6.0
作成者:
Sam Brannen
関連事項:
  • コンストラクターの詳細

    • TestContextAotException

      public TestContextAotException(StringSE message)
      新しい TestContextAotException を作成します。
      パラメーター:
      message - 詳細メッセージ
    • TestContextAotException

      public TestContextAotException(StringSE message, ThrowableSE cause)
      新しい TestContextAotException を作成します。
      パラメーター:
      message - 詳細メッセージ
      cause - 根本原因