|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
net.jp.saf.sastruts.method.exception.MethodNotAllowedRuntimeException
public class MethodNotAllowedRuntimeException
許可されていないHTTPメソッド呼び出しが行われた時の例外です.
| コンストラクタの概要 | |
|---|---|
MethodNotAllowedRuntimeException(String httpMethod,
String allowedMethods)
エラー情報無しのコンストラクタ. |
|
MethodNotAllowedRuntimeException(String httpMethod,
String allowedMethods,
Throwable cause)
エラー情報ありのコンストラクタ. |
|
| メソッドの概要 | |
|---|---|
String |
getAllowedMethods()
許可されていたHTTPメソッドを返します. |
String |
getHttpMethod()
呼び出されたHTTPメソッドを返します. |
| クラス org.seasar.framework.exception.SRuntimeException から継承されたメソッド |
|---|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage |
| クラス 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 MethodNotAllowedRuntimeException(String httpMethod,
String allowedMethods)
httpMethod - 呼び出されたHTTPメソッドallowedMethods - 許可されていたHTTPメソッド
public MethodNotAllowedRuntimeException(String httpMethod,
String allowedMethods,
Throwable cause)
httpMethod - 呼び出されたHTTPメソッドallowedMethods - 許可されていたHTTPメソッドcause - 関連するエラー| メソッドの詳細 |
|---|
public String getHttpMethod()
public String getAllowedMethods()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||