public interface WebExceptionHandler
Modifier and Type | Method and Description |
---|---|
boolean |
handleException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Throwable thrown)
If possible, handle the throwable with appropriate http response
|
boolean handleException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Throwable thrown)
request
- requestresponse
- responsethrown
- throwable