public class UnsatisfiedDependencyException extends BeanCreationException
| コンストラクターと説明 |
|---|
UnsatisfiedDependencyException(StringSE resourceDescription, StringSE beanName, InjectionPoint injectionPoint, BeansException ex) 新しい UnsatisfiedDependencyException を作成します。 |
UnsatisfiedDependencyException(StringSE resourceDescription, StringSE beanName, InjectionPoint injectionPoint, StringSE msg) 新しい UnsatisfiedDependencyException を作成します。 |
UnsatisfiedDependencyException(StringSE resourceDescription, StringSE beanName, StringSE propertyName, BeansException ex) 新しい UnsatisfiedDependencyException を作成します。 |
UnsatisfiedDependencyException(StringSE resourceDescription, StringSE beanName, StringSE propertyName, StringSE msg) 新しい UnsatisfiedDependencyException を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
InjectionPoint | getInjectionPoint() 既知の場合、インジェクションポイント(フィールドまたはメソッド / コンストラクターパラメーター)を返します。 |
addRelatedCause, contains, getBeanName, getRelatedCauses, getResourceDescription, printStackTrace, printStackTrace, toStringgetMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, setStackTraceSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic UnsatisfiedDependencyException(@Nullable StringSE resourceDescription, @Nullable StringSE beanName, StringSE propertyName, StringSE msg)
resourceDescription - Bean 定義の元となったリソースの説明 beanName - リクエストされた Bean の名前 propertyName - 満たせなかった Bean プロパティの名前 msg - 詳細メッセージ public UnsatisfiedDependencyException(@Nullable StringSE resourceDescription, @Nullable StringSE beanName, StringSE propertyName, BeansException ex)
resourceDescription - Bean 定義の元となったリソースの説明 beanName - リクエストされた Bean の名前 propertyName - 満たせなかった Bean プロパティの名前 ex - 満たされていない依存関係を示す Bean 作成例外 public UnsatisfiedDependencyException(@Nullable StringSE resourceDescription, @Nullable StringSE beanName, @Nullable InjectionPoint injectionPoint, StringSE msg)
resourceDescription - Bean 定義の元となったリソースの説明 beanName - リクエストされた Bean の名前 injectionPoint - インジェクションポイント (フィールドまたはメソッド / コンストラクターのパラメーター)msg - 詳細メッセージ public UnsatisfiedDependencyException(@Nullable StringSE resourceDescription, @Nullable StringSE beanName, @Nullable InjectionPoint injectionPoint, BeansException ex)
resourceDescription - Bean 定義の元となったリソースの説明 beanName - リクエストされた Bean の名前 injectionPoint - インジェクションポイント (フィールドまたはメソッド / コンストラクターのパラメーター)ex - 満たされていない依存関係を示す Bean 作成例外 @Nullable public InjectionPoint getInjectionPoint()