|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kinugasa.contents.resource.NotFoundException
kinugasa.contents.resource.ContentsFileNotFoundException
public class ContentsFileNotFoundException
ゲームコンテンツのファイルが見つからなかった
際に投げられる例外です.
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
private static final long serialVersionUID
| コンストラクタの詳細 |
|---|
public ContentsFileNotFoundException()
public ContentsFileNotFoundException(java.lang.String msg)
msg - この例外のメッセージ.public ContentsFileNotFoundException(java.lang.Throwable thrwbl)
thrwbl - 投げられた例外を指定します。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||