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