SimpleMappingExceptionResolver()
org.springframework.web.servlet.HandlerExceptionResolver implementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherServlet.
Error views are analogous to error page JSPs, but can be used with any kind of exception including any checked one, with fine-granular mappings for specific handlers.
Author
Juergen Hoeller
Author
Arjen Poutsma
Author
Rossen Stoyanchev
Since
22.11.2003
See Also
org.springframework.web.servlet.DispatcherServlet