Uses of Class
jp.ecuacion.splib.web.exception.WebAppWarningException
Packages that use WebAppWarningException
Package
Description
-
Uses of WebAppWarningException in jp.ecuacion.splib.web.exception
Methods in jp.ecuacion.splib.web.exception that return WebAppWarningExceptionModifier and TypeMethodDescriptionWebAppWarningException.buttonIdToPressOnConfirm(String buttonIdToPressOnConfirm) Sets buttonIdToPressOnConfirm.WebAppWarningException.fields(jp.ecuacion.lib.core.exception.checked.AppExceptionFields fields) -
Uses of WebAppWarningException in jp.ecuacion.splib.web.exceptionhandler
Methods in jp.ecuacion.splib.web.exceptionhandler with parameters of type WebAppWarningExceptionModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewSplibExceptionHandler.handleAppWarningException(WebAppWarningException exception, org.springframework.security.core.userdetails.UserDetails loginUser) CatchesAppWarningException. -
Uses of WebAppWarningException in jp.ecuacion.splib.web.service
Methods in jp.ecuacion.splib.web.service that throw WebAppWarningExceptionModifier and TypeMethodDescriptionprotected voidSplibGeneralService.throwWarning(Set<String> confirmedWarningMessageSet, Locale locale, String buttonIdToPressOnConfirm, jp.ecuacion.lib.core.exception.checked.AppExceptionFields fields, String msgId, String... params) Provides the warning feature.