kinugasa.contents.resource
クラス ContentsIOException

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

public class ContentsIOException
extends java.lang.RuntimeException

Kinugasa : ContentsIOException : ゲームコンテンツのI/Oに関する例外です.
通常は、java.io.IOExceptionをラップします。

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

フィールドの概要
private static long serialVersionUID
           
 
コンストラクタの概要
ContentsIOException()
          新しい ContentsIOException のインスタンスを作成.
ContentsIOException(java.lang.String string)
          新しい ContentsIOException のインスタンスを作成.
ContentsIOException(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
関連項目:
定数フィールド値
コンストラクタの詳細

ContentsIOException

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


ContentsIOException

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

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

ContentsIOException

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

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