From: Kai Moritz Date: Mon, 20 Jun 2016 15:33:15 +0000 (+0200) Subject: Resolving of ServletExceptions via the configured HandlerExceptionResolvers X-Git-Tag: alt~10 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=d5f095b05c68b3cf143138faf6a084298cf9de36;hp=d5f095b05c68b3cf143138faf6a084298cf9de36;p=maven-thymeleaf-skin Resolving of ServletExceptions via the configured HandlerExceptionResolvers 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. ---