Uses of Class
jp.ecuacion.lib.core.exception.checked.AppExceptionFields
Packages that use AppExceptionFields
-
Uses of AppExceptionFields in jp.ecuacion.lib.core.exception.checked
Methods in jp.ecuacion.lib.core.exception.checked that return AppExceptionFieldsModifier and TypeMethodDescriptionBizLogicAppException.getErrorFields()Gets fields.AppWarningException.getWarnFields()Returns fields.Constructors in jp.ecuacion.lib.core.exception.checked with parameters of type AppExceptionFieldsModifierConstructorDescriptionAppWarningException(Locale locale, String buttonId, AppExceptionFields warnFields, String messageId, String... messageArgs) Constructs a new instance with warn fields, messageId and message Arguments.AppWarningException(Locale locale, AppExceptionFields warnFields, String messageId, String... messageArgs) Constructs a new instance with locale, warn fields, messageId and message Arguments.AppWarningException(AppExceptionFields warnFields, String messageId, String... messageArgs) Constructs a new instance with warn fields, messageId and message Arguments.BizLogicAppException(Locale locale, AppExceptionFields fields, String messageId, String... messageArgs) Constructs a new instance withlocale,fields,messageIdandmessageArgs.BizLogicAppException(AppExceptionFields fields, String messageId, String... messageArgs) Constructs a new instance withfields,messageIdandmessageArgs.