Uses of Class
jp.ecuacion.lib.core.exception.checked.AppExceptionFields
Packages that use AppExceptionFields
-
Uses of AppExceptionFields in jp.ecuacion.lib.core.exception.checked
Fields in jp.ecuacion.lib.core.exception.checked declared as AppExceptionFieldsMethods in jp.ecuacion.lib.core.exception.checked that return AppExceptionFieldsModifier and TypeMethodDescriptionAppWarningException.fields()Returns fields.BizLogicAppException.getErrorFields()Gets fields.Methods in jp.ecuacion.lib.core.exception.checked with parameters of type AppExceptionFieldsModifier and TypeMethodDescriptionAppWarningException.fields(AppExceptionFields fields) Sets fields and return this instance to realize the method chain.Constructors in jp.ecuacion.lib.core.exception.checked with parameters of type AppExceptionFieldsModifierConstructorDescriptionBizLogicAppException(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.