|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.terasoluna.fw.file.dao.FileException
public class FileException
ファイルアクセス機能で発生した例外をラップするクラス。
ファイルアクセス機能の初期化時に発生した例外をラップするクラス。
コンストラクタの概要 | |
---|---|
FileException(Exception e)
コンストラクタ。 |
|
FileException(Exception e,
String fileName)
コンストラクタ。 |
|
FileException(String message)
コンストラクタ。 |
|
FileException(String message,
Exception e)
コンストラクタ。 |
|
FileException(String message,
Exception e,
String fileName)
コンストラクタ。 |
|
FileException(String message,
String fileName)
コンストラクタ。 |
メソッドの概要 | |
---|---|
String |
getFileName()
ファイル名を取得する。 |
クラス 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 FileException(Exception e)
e
- 原因例外public FileException(Exception e, String fileName)
e
- 原因例外fileName
- ファイル名public FileException(String message)
message
- メッセージpublic FileException(String message, String fileName)
message
- メッセージfileName
- ファイル名public FileException(String message, Exception e)
message
- メッセージe
- 原因例外public FileException(String message, Exception e, String fileName)
message
- メッセージe
- 原因例外fileName
- ファイル名メソッドの詳細 |
---|
public String getFileName()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |