|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.seasar.framework.exception.SRuntimeException org.seasar.extension.jdbc.IllegalBindArgSizeRuntimeException
バインド変数に対応する引数の数が不正な場合の例外です。
コンストラクタの概要 | |
IllegalBindArgSizeRuntimeException(java.lang.String sql,
int argSize)
|
メソッドの概要 | |
int |
getArgSize()
バインド変数に対する引数の数を返します。 |
java.lang.String |
getSql()
SQLを返します。 |
クラス 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 IllegalBindArgSizeRuntimeException(java.lang.String sql, int argSize)
sql
- SQLargSize
- バインド変数に対する引数の数メソッドの詳細 |
public java.lang.String getSql()
public int getArgSize()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |