All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.datalking.web.servlet.HandlerExceptionResolver Maven / Gradle / Ivy

The newest version!
package com.github.datalking.web.servlet;

import com.github.datalking.web.mvc.ModelAndView;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

/**
 * @author yaoo on 4/28/18
 */
public interface HandlerExceptionResolver {

    ModelAndView resolveException(HttpServletRequest request,
                                  HttpServletResponse response,
                                  Object handler, Exception ex);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy