|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.framework.exception.SQLRuntimeException
SQLExceptionをラップする例外です。
| コンストラクタの概要 | |
SQLRuntimeException(java.sql.SQLException cause)
SQLRuntimeExceptionを作成します。 |
|
| メソッドの概要 | |
protected static java.lang.String |
getRealMessage(java.sql.SQLException cause)
本当のメッセージを返します。 |
protected static java.lang.String |
getSql(java.sql.SQLException cause)
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 SQLRuntimeException(java.sql.SQLException cause)
SQLRuntimeExceptionを作成します。
cause - | メソッドの詳細 |
protected static java.lang.String getSql(java.sql.SQLException cause)
SQLを返します。
cause - 原因
SQLprotected static java.lang.String getRealMessage(java.sql.SQLException cause)
cause -
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||