|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.FlowExecutionException
org.springframework.webflow.engine.ActionExecutionException
org.unitedfront2.web.flow.BadRequestException
public class BadRequestException
リクエストが不正であった際に発生する例外です。リクエスト不正ページへ遷移します。
| コンストラクタの概要 | |
|---|---|
BadRequestException(RequestContext context,
Action action)
|
|
BadRequestException(RequestContext context,
Action action,
String message)
|
|
BadRequestException(RequestContext context,
Action action,
String message,
Throwable cause)
|
|
BadRequestException(RequestContext context,
Action action,
Throwable cause)
|
|
| メソッドの概要 |
|---|
| クラス org.springframework.webflow.execution.FlowExecutionException から継承されたメソッド |
|---|
getFlowId, getStateId |
| クラス org.springframework.core.NestedRuntimeException から継承されたメソッド |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| クラス 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 BadRequestException(RequestContext context,
Action action)
public BadRequestException(RequestContext context,
Action action,
Throwable cause)
public BadRequestException(RequestContext context,
Action action,
String message)
public BadRequestException(RequestContext context,
Action action,
String message,
Throwable cause)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||