|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kinugasa.contents.resource.ContentsIOException
public class ContentsIOException
ゲームコンテンツのI/Oに関する例外です.
通常は、java.io.IOExceptionをラップします。
フィールドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
private static final long serialVersionUID
コンストラクタの詳細 |
---|
public ContentsIOException()
public ContentsIOException(java.lang.String string)
string
- この例外のメッセージ.public ContentsIOException(java.lang.Throwable thrwbl)
thrwbl
- 投げられた例外を指定します。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |