public class ContentsFileNotFoundException extends NotFoundException
| コンストラクタと説明 |
|---|
ContentsFileNotFoundException()
新しい ContentsFileNotFoundException のインスタンスを作成.
|
ContentsFileNotFoundException(java.lang.String msg)
新しい ContentsFileNotFoundException のインスタンスを作成.
|
ContentsFileNotFoundException(java.lang.Throwable thrwbl)
Throwableをラップする例外を作成します.
|
public ContentsFileNotFoundException()
public ContentsFileNotFoundException(java.lang.String msg)
msg - この例外のメッセージ.public ContentsFileNotFoundException(java.lang.Throwable thrwbl)
thrwbl - 投げられた例外を指定します。