| Methods in org.broadleafcommerce.core.web.api that return BroadleafWebServicesException |
BroadleafWebServicesException |
BroadleafWebServicesException.addMessage(String key)
Convenience method for adding a message with no parameters |
BroadleafWebServicesException |
BroadleafWebServicesException.addMessage(String key,
Object param)
Convenience method for adding a message with a single parameter |
BroadleafWebServicesException |
BroadleafWebServicesException.addMessage(String key,
Object[] params)
Convenience mentod for adding a message with multiple parameters |
BroadleafWebServicesException |
BroadleafWebServicesException.addTranslatedMessage(String key,
String message)
Adds a translated message. |
static BroadleafWebServicesException |
BroadleafWebServicesException.build(int httpStatusCode)
|
static BroadleafWebServicesException |
BroadleafWebServicesException.build(int httpStatusCode,
Locale locale)
|
static BroadleafWebServicesException |
BroadleafWebServicesException.build(int httpStatusCode,
Locale locale,
Map<String,Object[]> messages)
|
static BroadleafWebServicesException |
BroadleafWebServicesException.build(int httpStatusCode,
Locale locale,
Map<String,Object[]> messages,
Throwable cause)
|
static BroadleafWebServicesException |
BroadleafWebServicesException.build(int httpStatusCode,
Locale locale,
Throwable t)
|
static BroadleafWebServicesException |
BroadleafWebServicesException.build(int httpStatusCode,
Throwable t)
|