|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jp.digitalmuseum.utils.NotFoundException
public class NotFoundException
| コンストラクタの概要 | |
|---|---|
NotFoundException()
|
|
NotFoundException(java.lang.String message)
|
|
NotFoundException(java.lang.String message,
java.lang.Throwable cause)
|
|
NotFoundException(java.lang.Throwable cause)
|
|
| メソッドの概要 |
|---|
| クラス 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 |
| コンストラクタの詳細 |
|---|
public NotFoundException()
Exception.Exception()public NotFoundException(java.lang.String message)
Exception.Exception(String)
public NotFoundException(java.lang.String message,
java.lang.Throwable cause)
Exception.Exception(String, Throwable)public NotFoundException(java.lang.Throwable cause)
Exception.Exception(Throwable)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||