Class CustomErrorController

java.lang.Object
com.bytedesk.starter.controller.CustomErrorController
All Implemented Interfaces:
org.springframework.boot.web.servlet.error.ErrorController

@Controller public class CustomErrorController extends Object implements org.springframework.boot.web.servlet.error.ErrorController
  • Constructor Details

    • CustomErrorController

      public CustomErrorController()
  • Method Details

    • handleError

      @RequestMapping("/error") public String handleError(jakarta.servlet.http.HttpServletRequest request)
    • getErrorPath

      public String getErrorPath()