Class ErrorsController


  • @Controller
    public class ErrorsController
    extends Object
    A spring controller for error list viewing and navigation
    Author:
    Daniel Bernstein
    • Constructor Detail

      • ErrorsController

        public ErrorsController()
    • Method Detail

      • get

        @RequestMapping("/errors")
        public String get()
      • exception

        @RequestMapping("/exception")
        public String exception​(org.springframework.ui.Model model)
      • error404

        @RequestMapping("/404")
        public String error404​(org.springframework.ui.Model model)
      • testError

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