org.seasar.cubby.spi.beans
クラス IllegalPropertyException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.seasar.cubby.spi.beans.IllegalPropertyException
すべての実装されたインタフェース:
Serializable

public class IllegalPropertyException
extends RuntimeException

プロパティの値の設定に失敗したときにスローされる例外です。

導入されたバージョン:
2.0.0
作成者:
baba
関連項目:
直列化された形式

コンストラクタの概要
IllegalPropertyException(Class<?> targetClass, String propertyName, Throwable cause)
          IllegalPropertyExceptionを作成します。
 
メソッドの概要
 String getPropertyName()
          プロパティ名を返します。
 Class<?> getTargetClass()
          ターゲットのClassを返します。
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

IllegalPropertyException

public IllegalPropertyException(Class<?> targetClass,
                                String propertyName,
                                Throwable cause)
IllegalPropertyExceptionを作成します。

パラメータ:
targetClass -
propertyName -
cause -
メソッドの詳細

getTargetClass

public Class<?> getTargetClass()
ターゲットのClassを返します。

戻り値:
ターゲットのClass

getPropertyName

public String getPropertyName()
プロパティ名を返します。

戻り値:
プロパティ名


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.