Uses of Class
com.broadleafcommerce.rest.api.exception.BroadleafWebServicesException
Packages that use BroadleafWebServicesException
-
Uses of BroadleafWebServicesException in com.broadleafcommerce.rest.api.exception
Methods in com.broadleafcommerce.rest.api.exception that return BroadleafWebServicesExceptionModifier and TypeMethodDescriptionBroadleafWebServicesException.addMessage(String key) Convenience method for adding a message with no parametersBroadleafWebServicesException.addMessage(String key, Object param) Convenience method for adding a message with a single parameterBroadleafWebServicesException.addMessage(String key, Object[] params) Convenience mentod for adding a message with multiple parametersBroadleafWebServicesException.addTranslatedMessage(String key, String message) Adds a translated message.BroadleafWebServicesException.build(int httpStatusCode) BroadleafWebServicesException.build(int httpStatusCode, Locale locale, Map<String, Object[]> messages) BroadleafWebServicesException.build(int httpStatusCode, Locale locale, Map<String, Object[]> messages, Throwable cause) Methods in com.broadleafcommerce.rest.api.exception with parameters of type BroadleafWebServicesExceptionModifier and TypeMethodDescriptionBroadleafSpringRestExceptionMapper.handleBroadleafWebServicesException(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, BroadleafWebServicesException ex)