public interface ExceptionResolver<T extends Throwable>
Modifier and Type | Field and Description |
---|---|
static String |
COMPOSITE_EXCEPTION_RESOLVER |
Modifier and Type | Method and Description |
---|---|
ResolvedError |
resolve(javax.servlet.http.HttpServletRequest request,
T throwable) |
ResolvedError |
resolve(org.springframework.web.context.request.RequestAttributes requestAttributes,
T throwable) |
static final String COMPOSITE_EXCEPTION_RESOLVER
ResolvedError resolve(javax.servlet.http.HttpServletRequest request, T throwable)
ResolvedError resolve(org.springframework.web.context.request.RequestAttributes requestAttributes, T throwable)
Copyright © 2017. All rights reserved.