|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.seasar.doma.DomaException org.seasar.doma.jdbc.JdbcException org.seasar.doma.jdbc.SqlExecutionException
public class SqlExecutionException
SQLの実行に失敗した場合にスローされる例外です。
フィールドの概要 | |
---|---|
protected String |
formattedSql
フォーマット済みSQL、バッチ処理時にスローされた場合 null |
protected SqlKind |
kind
SQLの種別 |
protected String |
rawSql
未加工SQL |
protected Throwable |
rootCause
根本原因 |
protected String |
sqlFilePath
SQLファイルのパス、SQLが自動生成された場合 null |
クラス org.seasar.doma.DomaException から継承されたフィールド |
---|
args, messageResource |
コンストラクタの概要 | |
---|---|
|
SqlExecutionException(ExceptionSqlLogType logType,
Sql<?> sql,
Throwable cause,
Throwable rootCause)
SQLを指定してインスタンスを構築します。 |
|
SqlExecutionException(ExceptionSqlLogType logType,
SqlKind kind,
String rawSql,
String formattedSql,
String sqlFilePath,
Throwable cause,
Throwable rootCause)
未加工SQLとフォーマット済みSQLを指定してインスタンスを構築します。 |
protected |
SqlExecutionException(MessageResource messageCode,
SqlKind kind,
String rawSql,
String formattedSql,
String sqlFilePath,
Throwable cause,
Throwable rootCause)
メッセージコード、未加工SQL、フォーマット済みSQLを指定してインスタンスを構築します。 |
メソッドの概要 | |
---|---|
String |
getFormattedSql()
フォーマット済みSQLを返します。 |
SqlKind |
getKind()
SQLの種別を返します。 |
String |
getRawSql()
未加工SQLを返します。 |
Throwable |
getRootCause()
根本原因を返します。 |
String |
getSqlFilePath()
SQLファイルのパスを返します。 |
クラス org.seasar.doma.jdbc.JdbcException から継承されたメソッド |
---|
choiceSql |
クラス org.seasar.doma.DomaException から継承されたメソッド |
---|
getArgs, getMessageResource |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected final SqlKind kind
protected final String rawSql
protected final String formattedSql
null
protected final String sqlFilePath
null
protected final Throwable rootCause
コンストラクタの詳細 |
---|
public SqlExecutionException(ExceptionSqlLogType logType, Sql<?> sql, Throwable cause, Throwable rootCause)
logType
- ログタイプsql
- SQLcause
- 原因rootCause
- 根本原因public SqlExecutionException(ExceptionSqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath, Throwable cause, Throwable rootCause)
logType
- ログタイプkind
- SQLの種別rawSql
- 未加工SQLformattedSql
- フォーマット済みSQLsqlFilePath
- SQLファイルのパスcause
- 原因rootCause
- 根本原因protected SqlExecutionException(MessageResource messageCode, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath, Throwable cause, Throwable rootCause)
messageCode
- メッセージコードkind
- SQLの種別rawSql
- 未加工SQLformattedSql
- フォーマット済みSQLsqlFilePath
- SQLファイルのパスcause
- 原因rootCause
- 根本原因メソッドの詳細 |
---|
public SqlKind getKind()
public String getRawSql()
public String getFormattedSql()
null
public String getSqlFilePath()
null
public Throwable getRootCause()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |