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
- すべての実装されたインタフェース:
Serializable
public class BizLogicRedirectAppException
extends jp.ecuacion.lib.core.exception.checked.BizLogicAppException
redirectを行いredirect先でエラーメッセージを表示するために使用するException。
redirect先にはErrorFieldはなし、またwebで使用する前提でありlocaleも不要のため
constructorは下記2種類のみとなる。
- 関連項目:
-
コンストラクタの概要
コンストラクタコンストラクタ説明BizLogicRedirectAppException(RedirectUrlBean redirectUrlBean, String messageId) BizLogicRedirectAppException(RedirectUrlBean redirectUrlBean, String messageId, String... messageArgs) -
メソッドの概要
クラスから継承されたメソッド jp.ecuacion.lib.core.exception.checked.BizLogicAppException
getErrorFields, getLocale, getMessageArgs, getMessageIdクラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
コンストラクタの詳細
-
BizLogicRedirectAppException
-
BizLogicRedirectAppException
public BizLogicRedirectAppException(RedirectUrlBean redirectUrlBean, String messageId, String... messageArgs)
-
-
メソッドの詳細
-
getRedirectUrlBean
-