|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
feat2.FeatException
feat2.ResponseException
レスポンスの不整合があったときにスローされる例外。
フィールドの概要 |
クラス feat2.FeatException から継承したフィールド |
LEVEL_ERROR, LEVEL_FATAL, LEVEL_WARN |
コンストラクタの概要 | |
ResponseException()
|
|
ResponseException(java.lang.String messageId)
|
|
ResponseException(java.lang.String messageId,
java.lang.Throwable cause)
|
|
ResponseException(java.lang.Throwable cause)
|
クラス feat2.FeatException から継承したメソッド |
addKeyword, getLevel, getMessage, getMessageId |
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public ResponseException()
public ResponseException(java.lang.String messageId, java.lang.Throwable cause)
public ResponseException(java.lang.String messageId)
public ResponseException(java.lang.Throwable cause)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |