Class IkasanErrorController

  • All Implemented Interfaces:
    org.springframework.boot.web.servlet.error.ErrorController

    @Controller
    public class IkasanErrorController
    extends java.lang.Object
    implements org.springframework.boot.web.servlet.error.ErrorController
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorPath()  
      java.lang.String handleError​(javax.servlet.http.HttpServletRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IkasanErrorController

        public IkasanErrorController()
    • Method Detail

      • handleError

        @RequestMapping("/error")
        public java.lang.String handleError​(javax.servlet.http.HttpServletRequest request)
      • getErrorPath

        public java.lang.String getErrorPath()
        Specified by:
        getErrorPath in interface org.springframework.boot.web.servlet.error.ErrorController