Class CustomErrorController
java.lang.Object
edu.ucsb.cs156.courses.controllers.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
Modifier and TypeMethodDescriptionhandleError(jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.Model model)
-
Constructor Details
-
CustomErrorController
public CustomErrorController()
-
-
Method Details
-
handleError
@RequestMapping("/error") public String handleError(jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.Model model)
-