Generated by
JDiff

Class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver

Documentation changed from old to new.

Added Methods
void setExcludedExceptions(Class[]) Set one or more exceptions to be excluded from the exception mappings.
 

Changed Methods
void addStatusCode(String, int) Documentation changed from old to new.
An alternative to .setStatusCodes(Properties) for use with Java-based configuration.
String determineViewName(Exception, HttpServletRequest) Documentation changed from old to new.
Determine the view name for the given exception, first checking against the "excludedExecptions", then searching the "exceptionMappings", and finally using the "defaultErrorView" as a fallback.