类 YueExceptionController
java.lang.Object
cn.xisoil.exception.advice.YueExceptionController
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
YueExceptionController
public YueExceptionController()
-
-
方法详细资料
-
IpRefused
@ExceptionHandler(RefusedException.class) public String IpRefused(jakarta.servlet.http.HttpServletRequest request, Throwable ex, org.springframework.ui.Model model) -
errorPage
@ExceptionHandler(ErrorPageException.class) public String errorPage(jakarta.servlet.http.HttpServletRequest request, Throwable ex, org.springframework.ui.Model model)
-