Uses of Interface
org.springframework.web.servlet.HandlerExceptionResolver

Packages that use HandlerExceptionResolver
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
 

Uses of HandlerExceptionResolver in org.springframework.web.servlet.handler
 

Classes in org.springframework.web.servlet.handler that implement HandlerExceptionResolver
 class SimpleMappingExceptionResolver
          Exception resolver that allows for mapping exception class names to view names, either for a list of given handlers or for all handlers in the DispatcherServlet.
 



Copyright (C) 2003-2004 The Spring Framework Project.