polishing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2009 the original author or authors.
|
||||
* Copyright 2002-2010 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -44,7 +44,8 @@ public interface HandlerExceptionResolver {
|
||||
* @param handler the executed handler, or null if none chosen at the time of
|
||||
* the exception (for example, if multipart resolution failed)
|
||||
* @param ex the exception that got thrown during handler execution
|
||||
* @return a corresponding ModelAndView to forward to, or null for default processing
|
||||
* @return a corresponding ModelAndView to forward to,
|
||||
* or <code>null</code> for default processing
|
||||
*/
|
||||
ModelAndView resolveException(
|
||||
RenderRequest request, RenderResponse response, Object handler, Exception ex);
|
||||
@@ -57,7 +58,8 @@ public interface HandlerExceptionResolver {
|
||||
* @param handler the executed handler, or null if none chosen at the time of
|
||||
* the exception (for example, if multipart resolution failed)
|
||||
* @param ex the exception that got thrown during handler execution
|
||||
* @return a corresponding ModelAndView to forward to, or null for default processing
|
||||
* @return a corresponding ModelAndView to forward to,
|
||||
* or <code>null</code> for default processing
|
||||
*/
|
||||
ModelAndView resolveException(
|
||||
ResourceRequest request, ResourceResponse response, Object handler, Exception ex);
|
||||
|
||||
Reference in New Issue
Block a user