org.seasar.doma.jdbc.entity
クラス EntityPropertyAccessException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.seasar.doma.DomaException
                  上位を拡張 org.seasar.doma.jdbc.JdbcException
                      上位を拡張 org.seasar.doma.jdbc.entity.EntityPropertyAccessException
すべての実装されたインタフェース:
Serializable

public class EntityPropertyAccessException
extends JdbcException

エンティティプロパティへのアクセスに失敗した場合にスローされる例外です。

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

フィールドの概要
 
クラス org.seasar.doma.DomaException から継承されたフィールド
args, messageResource
 
コンストラクタの概要
EntityPropertyAccessException(Throwable cause, String entityClassName, String entityPropertyName)
          インスタンスを構築します。
 
メソッドの概要
 String getEntityClassName()
          エンティティクラスの名前を返します。
 String getEntityPropertyName()
          エンティティプロパティの名前を返します。
 
クラス org.seasar.doma.jdbc.JdbcException から継承されたメソッド
choiceSql
 
クラス org.seasar.doma.DomaException から継承されたメソッド
getArgs, getMessageResource
 
クラス 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
 

コンストラクタの詳細

EntityPropertyAccessException

public EntityPropertyAccessException(Throwable cause,
                                     String entityClassName,
                                     String entityPropertyName)
インスタンスを構築します。

パラメータ:
cause - 原因
entityClassName - エンティティクラスの名前
entityPropertyName - エンティティプロパティの名前
メソッドの詳細

getEntityClassName

public String getEntityClassName()
エンティティクラスの名前を返します。

戻り値:
エンティティクラスの名前

getEntityPropertyName

public String getEntityPropertyName()
エンティティプロパティの名前を返します。

戻り値:
エンティティプロパティの名前


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