Class ViewNotResolvedExceptionHandler

  • All Implemented Interfaces:
    ExceptionHandler

    public class ViewNotResolvedExceptionHandler
    extends Object
    implements ExceptionHandler
    Handles ServletExceptions that are thrown when a view can't be resolved.
    Author:
    Alfonso Vásquez
    • Constructor Detail

      • ViewNotResolvedExceptionHandler

        public ViewNotResolvedExceptionHandler()
    • Method Detail

      • handle

        public boolean handle​(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response,
                              Exception ex)
                       throws IOException
        Description copied from interface: ExceptionHandler
        Attempts to handle the exception. If it can be handled, returns true, else false is returned.
        Specified by:
        handle in interface ExceptionHandler
        Throws:
        IOException