クラス AotBeanProcessingException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.beans.factory.aot.AotException
org.springframework.beans.factory.aot.AotProcessingException
org.springframework.beans.factory.aot.AotBeanProcessingException
- 実装されているすべてのインターフェース:
SerializableSE
AOT が Bean の処理に失敗した場合にスローされます。
- 導入:
- 6.2
- 作成者:
- Stephane Nicoll
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明AotBeanProcessingException(RegisteredBean registeredBean, StringSE msg) 詳細メッセージのみで処理に失敗したRegisteredBeanのインスタンスを作成するためのショートカット。AotBeanProcessingException(RegisteredBean registeredBean, StringSE msg, ThrowableSE cause) 処理に失敗したRegisteredBean、詳細メッセージ、オプションの根本原因を含むインスタンスを作成します。メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
AotBeanProcessingException
public AotBeanProcessingException(RegisteredBean registeredBean, StringSE msg, @Nullable ThrowableSE cause) 処理に失敗したRegisteredBean、詳細メッセージ、オプションの根本原因を含むインスタンスを作成します。- パラメーター:
registeredBean- 処理に失敗した登録済みの Beanmsg- 詳細メッセージcause- 根本的な原因(ある場合)
AotBeanProcessingException
詳細メッセージのみで処理に失敗したRegisteredBeanのインスタンスを作成するためのショートカット。- パラメーター:
registeredBean- 処理に失敗した登録済みの Beanmsg- 詳細メッセージ
メソッドの詳細
getBeanDefinition
処理に失敗した Bean の Bean 定義を返します。