Class WebServiceErrorAttributes
java.lang.Object
org.springframework.boot.web.servlet.error.DefaultErrorAttributes
net.solarnetwork.central.web.support.WebServiceErrorAttributes
- All Implemented Interfaces:
org.springframework.boot.web.servlet.error.ErrorAttributes,org.springframework.core.Ordered,org.springframework.web.servlet.HandlerExceptionResolver
public class WebServiceErrorAttributes
extends org.springframework.boot.web.servlet.error.DefaultErrorAttributes
Error controller.
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetErrorAttributes(org.springframework.web.context.request.WebRequest webRequest, org.springframework.boot.web.error.ErrorAttributeOptions options) Methods inherited from class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
getError, getMessage, getOrder, resolveException
-
Constructor Details
-
WebServiceErrorAttributes
public WebServiceErrorAttributes()
-
-
Method Details
-
getErrorAttributes
public Map<String,Object> getErrorAttributes(org.springframework.web.context.request.WebRequest webRequest, org.springframework.boot.web.error.ErrorAttributeOptions options) - Specified by:
getErrorAttributesin interfaceorg.springframework.boot.web.servlet.error.ErrorAttributes- Overrides:
getErrorAttributesin classorg.springframework.boot.web.servlet.error.DefaultErrorAttributes
-