|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.extension.jdbc.gen.exception.SqlFailedRuntimeException
public class SqlFailedRuntimeException
SQLファイル内に記述されたSQLの実行に失敗した場合にスローされる例外です。
| フィールドの概要 | |
|---|---|
protected int |
lineNumber
行番号 |
protected java.lang.String |
sql
SQL |
protected java.lang.String |
sqlFilePath
ファイルのパス |
| コンストラクタの概要 | |
|---|---|
SqlFailedRuntimeException(java.lang.Exception cause,
java.lang.String sqlFilePath,
int lineNumber,
java.lang.String sql)
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
int |
getLineNumber()
行番号を返します。 |
java.lang.String |
getSql()
SQLを返します。 |
java.lang.String |
getSqlFilePath()
ファイルのパスを返します。 |
| クラス 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 |
| フィールドの詳細 |
|---|
protected java.lang.String sqlFilePath
protected int lineNumber
protected java.lang.String sql
| コンストラクタの詳細 |
|---|
public SqlFailedRuntimeException(java.lang.Exception cause,
java.lang.String sqlFilePath,
int lineNumber,
java.lang.String sql)
cause - 原因sqlFilePath - ファイルのパスlineNumber - 行番号sql - SQL| メソッドの詳細 |
|---|
public java.lang.String getSqlFilePath()
public java.lang.String getSql()
public int getLineNumber()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||