Resolving of ServletExceptions via the configured HandlerExceptionResolvers
authorKai Moritz <kai@juplo.de>
Mon, 20 Jun 2016 15:33:15 +0000 (17:33 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 20 Jun 2016 15:33:15 +0000 (17:33 +0200)
Implemented the class ExceptionResolverErrorController, tries to resolve the
root-cause of a ServletException via the configured HandlerExceptionResolvers.

To do so, the class mimics the initialization of the configured
HandlerExceptionResolvers, that the DispatcherServlet executes, because,
unfortunatly, the DispatcherServlet does not make the configured resolvers
available.


No differences found