Class ErrorController


  • @Controller
    public class ErrorController
    extends Object
    • Constructor Detail

      • ErrorController

        public ErrorController()
    • Method Detail

      • getErrorPage

        @RequestMapping("/error/{errorCode}")
        public String getErrorPage​(@PathVariable
                                   String errorCode,
                                   org.springframework.ui.Model model)
      • getErrorPage

        @RequestMapping("/error")
        public String getErrorPage​(org.springframework.ui.Model model)