org.seasar.framework.container
クラス IllegalAutoBindingPropertyRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.framework.container.IllegalAutoBindingPropertyRuntimeException
- すべての実装インタフェース:
- java.io.Serializable
- public class IllegalAutoBindingPropertyRuntimeException
- extends SRuntimeException
自動バインディングの対象となるコンポーネントが見つからなかった場合にスローされます。
この例外がスローされるのは、 バインディングタイプ定義
がmust
で自動バインディングの対象が見つからなかった時です。
- 作成者:
- higa, jundu
- 関連項目:
AutoBindingDef
,
BindingTypeDef
,
直列化された形式
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalAutoBindingPropertyRuntimeException
public IllegalAutoBindingPropertyRuntimeException(java.lang.Class componentClass,
java.lang.String propertyName)
IllegalAutoBindingPropertyRuntimeException
を構築します。
- パラメータ:
componentClass
- 自動バインディングに失敗したコンポーネントpropertyName
- 自動バインディング対象が見つからなかったプロパティまたはフィールドの名称
getComponentClass
public java.lang.Class getComponentClass()
- 自動バインディングに失敗したコンポーネントのクラスを返します。
- 戻り値:
- 自動バインディングに失敗したコンポーネントのクラス
getPropertyName
public java.lang.String getPropertyName()
- 自動バインディング対象が見つからなかったプロパティまたはフィールドの名称を返します。
- 戻り値:
- 自動バインディングに失敗したプロパティまたはフィールドの名称
Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.