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
- すべての実装インタフェース:
- Serializable
- public class IllegalAutoBindingPropertyRuntimeException
- extends SRuntimeException
自動バインディングの対象となるコンポーネントが見つからなかった場合にスローされます。
この例外がスローされるのは、 バインディングタイプ定義
がmust
で自動バインディングの対象が見つからなかった時です。
- 作成者:
- higa, jundu
- 関連項目:
AutoBindingDef
,
BindingTypeDef
,
直列化された形式
IllegalAutoBindingPropertyRuntimeException
public IllegalAutoBindingPropertyRuntimeException(Class componentClass,
String propertyName)
IllegalAutoBindingPropertyRuntimeException
を構築します。
- パラメータ:
componentClass
- 自動バインディングに失敗したコンポーネントpropertyName
- 自動バインディング対象が見つからなかったプロパティまたはフィールドの名称
getComponentClass
public Class getComponentClass()
- 自動バインディングに失敗したコンポーネントのクラスを返します。
- 戻り値:
- 自動バインディングに失敗したコンポーネントのクラス
getPropertyName
public String getPropertyName()
- 自動バインディング対象が見つからなかったプロパティまたはフィールドの名称を返します。
- 戻り値:
- 自動バインディングに失敗したプロパティまたはフィールドの名称
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.