org.seasar.doma.jdbc
クラス DaoMethodNotFoundException

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.DaoMethodNotFoundException
すべての実装されたインタフェース:
Serializable

public class DaoMethodNotFoundException
extends JdbcException

Daoクラスのメソッドが見つからない場合にスローされる例外です。

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

フィールドの概要
protected  String className
          クラスの名前
protected  String signature
          メソッドのシグネチャ
 
クラス org.seasar.doma.DomaException から継承されたフィールド
args, messageResource
 
コンストラクタの概要
DaoMethodNotFoundException(Throwable cause, String className, String signature)
          クラスの名前とメソッドのシグネチャを指定してインスタンスを構築します。
 
メソッドの概要
 String getClassName()
          クラスの名前を返します。
 String getSignature()
          メソッドのシグネチャを返します。
 
クラス 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
 

フィールドの詳細

className

protected final String className
クラスの名前


signature

protected final String signature
メソッドのシグネチャ

コンストラクタの詳細

DaoMethodNotFoundException

public DaoMethodNotFoundException(Throwable cause,
                                  String className,
                                  String signature)
クラスの名前とメソッドのシグネチャを指定してインスタンスを構築します。

パラメータ:
cause - 原因
className - クラス名
signature - メソッドのシグネチャ
メソッドの詳細

getClassName

public String getClassName()
クラスの名前を返します。

戻り値:
クラスの名前

getSignature

public String getSignature()
メソッドのシグネチャを返します。

戻り値:
メソッドのシグネチャ


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