jp.co.cybec.cb3.exception
クラス DataFileNotFoundException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.springframework.core.NestedRuntimeException
                  上位を拡張 jp.co.cybec.cb3.exception.CB3RuntimeException
                      上位を拡張 jp.co.cybec.cb3.exception.AccessorRuntimeException
                          上位を拡張 jp.co.cybec.cb3.exception.DataFileNotFoundException
すべての実装されたインタフェース:
Serializable

public class DataFileNotFoundException
extends AccessorRuntimeException

データファイルが存在しない場合に発生する例外クラス。

作成者:
Naoko Sugimoto
関連項目:
直列化された形式

コンストラクタの概要
DataFileNotFoundException(Exception cause)
          コンストラクタ。
DataFileNotFoundException(String msg)
          コンストラクタ。
DataFileNotFoundException(String msg, Exception cause)
          コンストラクタ。
 
メソッドの概要
 
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMessage, getMostSpecificCause, getRootCause
 
クラス 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
 

コンストラクタの詳細

DataFileNotFoundException

public DataFileNotFoundException(Exception cause)
コンストラクタ。

パラメータ:
cause - 発生元の例外

DataFileNotFoundException

public DataFileNotFoundException(String msg)
コンストラクタ。

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

DataFileNotFoundException

public DataFileNotFoundException(String msg,
                                 Exception cause)
コンストラクタ。

パラメータ:
msg - メッセージ
cause - 発生元の例外


Copyright © 2008 Cyber Beans Corporation. All Rights Reserved.