|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.NonUniqueResultException
public class NonUniqueResultException
1件であることを期待する検索系SQLの結果が2件以上である場合にスローされる例外です。
フィールドの概要 | |
---|---|
protected String |
formattedSql
フォーマット済みSQL |
protected SqlKind |
kind
SQLの種別 |
protected String |
rawSql
未加工SQL |
protected String |
sqlFilePath
SQLファイルのパス |
クラス org.seasar.doma.DomaException から継承されたフィールド |
---|
args, messageResource |
コンストラクタの概要 | |
---|---|
NonUniqueResultException(ExceptionSqlLogType logType,
Sql<?> sql)
2件以上の結果を返したSQLを指定してインスタンスを構築します。 |
|
NonUniqueResultException(ExceptionSqlLogType logType,
SqlKind kind,
String rawSql,
String formattedSql,
String sqlFilePath)
2件以上の結果を返した未加工SQLとフォーマット済みSQLを指定してインスタンスを構築します。 |
メソッドの概要 | |
---|---|
String |
getFormattedSql()
フォーマット済みSQLを返します。 |
SqlKind |
getKind()
SQLの種別を返します。 |
String |
getRawSql()
未加工SQLを返します。 |
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
protected final String sqlFilePath
コンストラクタの詳細 |
---|
public NonUniqueResultException(ExceptionSqlLogType logType, Sql<?> sql)
logType
- ログタイプsql
- SQLpublic NonUniqueResultException(ExceptionSqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath)
logType
- ログタイプkind
- SQLの種別rawSql
- 未加工SQLformattedSql
- フォーマット済みSQLsqlFilePath
- SQLファイルのパスメソッドの詳細 |
---|
public SqlKind getKind()
public String getRawSql()
public String getFormattedSql()
public String getSqlFilePath()
null
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |