org.seasar.extension.jdbc.exception
クラス QueryTwiceExecutionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.extension.jdbc.exception.QueryTwiceExecutionRuntimeException
- すべての実装されたインタフェース:
- Serializable
public class QueryTwiceExecutionRuntimeException
- extends SRuntimeException
Query
の最後のメソッドが繰り返し呼び出された場合にスローされる例外です。
- 作成者:
- koichik
- 関連項目:
- 直列化された形式
QueryTwiceExecutionRuntimeException
public QueryTwiceExecutionRuntimeException(Class<?> queryClass,
String methodName)
- インスタンスを構築します。
- パラメータ:
queryClass
- クエリのクラスmethodName
- クエリを呼び出すメソッド名
getQueryClass
public Class<?> getQueryClass()
- クエリのクラスを返します。
- 戻り値:
- クエリのクラス
getMethodName
public String getMethodName()
- 呼び出されたメソッド名を返します。
- 戻り値:
- 呼び出されたメソッド名
Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.