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

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

public class IllegalAttributeException
extends RuntimeException

属性の操作に失敗したときにスローされる例外です。

作成者:
baba
関連項目:
直列化された形式

コンストラクタの概要
IllegalAttributeException(Class<?> targetClass, String name, Throwable cause)
          IllegalAttributeException を作成します。
 
メソッドの概要
 String getName()
          属性名を返します。
 Class<?> getTargetClass()
          対象のクラスを返します。
 
クラス 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
 

コンストラクタの詳細

IllegalAttributeException

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

パラメータ:
targetClass - 対象のクラス
name - 属性の名前
cause - 属性の操作に失敗した理由となる例外
メソッドの詳細

getTargetClass

public Class<?> getTargetClass()
対象のクラスを返します。

戻り値:
対象のクラス

getName

public String getName()
属性名を返します。

戻り値:
属性名


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