|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.doma.DomaException
org.seasar.doma.jdbc.JdbcException
org.seasar.doma.jdbc.SqlExecutionException
org.seasar.doma.jdbc.BatchSqlExecutionException
public class BatchSqlExecutionException
バッチ処理に失敗した場合にスローされる例外です。
SqlExecutionException.getFormattedSql()は null を返します。
| フィールドの概要 |
|---|
| クラス org.seasar.doma.jdbc.SqlExecutionException から継承されたフィールド |
|---|
formattedSql, kind, rawSql, rootCause, sqlFilePath |
| クラス org.seasar.doma.DomaException から継承されたフィールド |
|---|
args, messageResource |
| コンストラクタの概要 | |
|---|---|
BatchSqlExecutionException(ExceptionSqlLogType logType,
Sql<?> sql,
Throwable cause,
Throwable rootCause)
SQL、スローされた原因、根本原因を指定してインスタンスを構築します。 |
|
BatchSqlExecutionException(ExceptionSqlLogType logType,
SqlKind kind,
String rawSql,
String sqlFilePath,
Throwable cause,
Throwable rootCause)
未加工SQL、スローされた原因、根本原因を指定してインスタンスを構築します。 |
|
| メソッドの概要 |
|---|
| クラス org.seasar.doma.jdbc.SqlExecutionException から継承されたメソッド |
|---|
getFormattedSql, getKind, getRawSql, getRootCause, getSqlFilePath |
| クラス 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 |
| コンストラクタの詳細 |
|---|
public BatchSqlExecutionException(ExceptionSqlLogType logType,
Sql<?> sql,
Throwable cause,
Throwable rootCause)
logType - ログタイプsql - SQLcause - スローされた原因rootCause - 根本原因
public BatchSqlExecutionException(ExceptionSqlLogType logType,
SqlKind kind,
String rawSql,
String sqlFilePath,
Throwable cause,
Throwable rootCause)
logType - ログタイプkind - SQLの種別rawSql - 未加工SQLsqlFilePath - SQLファイルのパスcause - スローされた原因rootCause - 根本原因
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||