kinugasa.contents.resource
クラス ContentsFileNotFoundException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 kinugasa.contents.resource.NotFoundException
                  上位を拡張 kinugasa.contents.resource.ContentsFileNotFoundException
すべての実装されたインタフェース:
java.io.Serializable

public class ContentsFileNotFoundException
extends NotFoundException

ゲームコンテンツのファイルが見つからなかった 際に投げられる例外です.

バージョン:
1.0.0 - 2013/04/20_19:00:12
作成者:
Dra0211
関連項目:
直列化された形式

フィールドの概要
private static long serialVersionUID
           
 
コンストラクタの概要
ContentsFileNotFoundException()
          新しい ContentsFileNotFoundException のインスタンスを作成.
ContentsFileNotFoundException(java.lang.String msg)
          新しい ContentsFileNotFoundException のインスタンスを作成.
ContentsFileNotFoundException(java.lang.Throwable thrwbl)
          Throwableをラップする例外を作成します.
 
メソッドの概要
 
クラス 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
 

フィールドの詳細

serialVersionUID

private static final long serialVersionUID
関連項目:
定数フィールド値
コンストラクタの詳細

ContentsFileNotFoundException

public ContentsFileNotFoundException()
新しい ContentsFileNotFoundException のインスタンスを作成.


ContentsFileNotFoundException

public ContentsFileNotFoundException(java.lang.String msg)
新しい ContentsFileNotFoundException のインスタンスを作成.

パラメータ:
msg - この例外のメッセージ.

ContentsFileNotFoundException

public ContentsFileNotFoundException(java.lang.Throwable thrwbl)
Throwableをラップする例外を作成します.

パラメータ:
thrwbl - 投げられた例外を指定します。