jp.terasoluna.fw.file.dao
クラス FileException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 jp.terasoluna.fw.file.dao.FileException
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
FileLineException

public class FileException
extends RuntimeException

ファイルアクセス機能で発生した例外をラップするクラス。

ファイルアクセス機能の初期化時に発生した例外をラップするクラス。

関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

FileException

public FileException(Exception e)
コンストラクタ。

パラメータ:
e - 原因例外

FileException

public FileException(Exception e,
                     String fileName)
コンストラクタ。

パラメータ:
e - 原因例外
fileName - ファイル名

FileException

public FileException(String message)
コンストラクタ。

パラメータ:
message - メッセージ

FileException

public FileException(String message,
                     String fileName)
コンストラクタ。

パラメータ:
message - メッセージ
fileName - ファイル名

FileException

public FileException(String message,
                     Exception e)
コンストラクタ。

パラメータ:
message - メッセージ
e - 原因例外

FileException

public FileException(String message,
                     Exception e,
                     String fileName)
コンストラクタ。

パラメータ:
message - メッセージ
e - 原因例外
fileName - ファイル名
メソッドの詳細

getFileName

public String getFileName()
ファイル名を取得する。

戻り値:
ファイル名


Copyright © 2011. All Rights Reserved.