public class UifHandlerExceptionResolver extends Object implements org.springframework.web.servlet.HandlerExceptionResolver
Gets the data needed for the incident report from the request and builds the model and view for the incident report. This resolver intercepts any unhandled exception.
Constructor and Description |
---|
UifHandlerExceptionResolver() |
Modifier and Type | Method and Description |
---|---|
protected ViewService |
getViewService() |
org.springframework.web.servlet.ModelAndView |
resolveException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler,
Exception ex)
Builds the incident report model and view from the request that threw the exception
|
public UifHandlerExceptionResolver()
public org.springframework.web.servlet.ModelAndView resolveException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler, Exception ex)
resolveException
in interface org.springframework.web.servlet.HandlerExceptionResolver
request
- -
the requestresponse
- -
the responsehandler
- -
the current handler when the exception occurredex
- -
the exceptionHandlerExceptionResolver.resolveException(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse, java.lang.Object,
java.lang.Exception)
protected ViewService getViewService()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.