|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.seasar.framework.exception.SRuntimeException org.seasar.extension.jdbc.exception.QueryTwiceExecutionRuntimeException
public class QueryTwiceExecutionRuntimeException
Query
の最後のメソッドが繰り返し呼び出された場合にスローされる例外です。
コンストラクタの概要 | |
---|---|
QueryTwiceExecutionRuntimeException(java.lang.Class<?> queryClass,
java.lang.String methodName)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
java.lang.String |
getMethodName()
呼び出されたメソッド名を返します。 |
java.lang.Class<?> |
getQueryClass()
クエリのクラスを返します。 |
クラス org.seasar.framework.exception.SRuntimeException から継承されたメソッド |
---|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public QueryTwiceExecutionRuntimeException(java.lang.Class<?> queryClass, java.lang.String methodName)
queryClass
- クエリのクラスmethodName
- クエリを呼び出すメソッド名メソッドの詳細 |
---|
public java.lang.Class<?> getQueryClass()
public java.lang.String getMethodName()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |