org.unitedfront2.web.flow
Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.FlowExecutionException
org.springframework.webflow.execution.ActionExecutionException
org.unitedfront2.web.flow.BadRequestException
- All Implemented Interfaces:
- Serializable
public class BadRequestException
- extends ActionExecutionException
リクエストが不正であった際に発生する例外です。リクエスト不正ページへ遷移します。
- Author:
- kurokkie
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadRequestException
public BadRequestException(RequestContext context,
Action action)
BadRequestException
public BadRequestException(RequestContext context,
Action action,
Throwable cause)
BadRequestException
public BadRequestException(RequestContext context,
Action action,
String message)
BadRequestException
public BadRequestException(RequestContext context,
Action action,
String message,
Throwable cause)
Copyright © 2007-2009 www.unitedfront2.org. All Rights Reserved.