Package com.bytedesk.starter.controller
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomErrorController
public CustomErrorController()
-
-
Method Details
-
handleError
@RequestMapping("/error") public String handleError(jakarta.servlet.http.HttpServletRequest request) -
getErrorPath
-