Module jp.ecuacion.splib.web
Package jp.ecuacion.splib.web.exception
Class BizLogicRedirectAppException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jp.ecuacion.lib.core.exception.checked.AppException
jp.ecuacion.lib.core.exception.checked.SingleAppException
jp.ecuacion.lib.core.exception.checked.BizLogicAppException
jp.ecuacion.splib.web.exception.BizLogicRedirectAppException
- All Implemented Interfaces:
Serializable
public class BizLogicRedirectAppException
extends jp.ecuacion.lib.core.exception.checked.BizLogicAppException
redirectを行いredirect先でエラーメッセージを表示するために使用するException。
redirect先にはErrorFieldはなし、またwebで使用する前提でありlocaleも不要のため
constructorは下記2種類のみとなる。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBizLogicRedirectAppException(RedirectUrlBean redirectUrlBean, String messageId) BizLogicRedirectAppException(RedirectUrlBean redirectUrlBean, String messageId, String... messageArgs) -
Method Summary
Methods inherited from class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
getErrorFields, getLocale, getMessageArgs, getMessageIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BizLogicRedirectAppException
-
BizLogicRedirectAppException
public BizLogicRedirectAppException(RedirectUrlBean redirectUrlBean, String messageId, String... messageArgs)
-
-
Method Details
-
getRedirectUrlBean
-