org.seasar.extension.jdbc.exception
クラス OrderByNotFoundRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.extension.jdbc.exception.OrderByNotFoundRuntimeException
- すべての実装されたインタフェース:
- Serializable
public class OrderByNotFoundRuntimeException
- extends SRuntimeException
order by
が見つからない場合の例外です。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
OrderByNotFoundRuntimeException
public OrderByNotFoundRuntimeException(String sql)
OrderByNotFoundRuntimeException
を作成します。
- パラメータ:
sql
- SQL
getSql
public String getSql()
- SQLを返します。
- 戻り値:
- SQL
Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.