Class FurmsErrorController

java.lang.Object
io.imunity.furms.server.error.FurmsErrorController
All Implemented Interfaces:
org.springframework.boot.web.servlet.error.ErrorController

@Controller @RequestMapping("/error") public class FurmsErrorController extends Object implements org.springframework.boot.web.servlet.error.ErrorController
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<io.imunity.furms.server.error.FurmsErrorData>
    error(javax.servlet.http.HttpServletRequest request)
     
    protected org.springframework.http.HttpStatus
    getStatus(javax.servlet.http.HttpServletRequest request)
     

    Methods inherited from class java.lang.Object

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

    • FurmsErrorController

      public FurmsErrorController()
  • Method Details

    • error

      @RequestMapping public org.springframework.http.ResponseEntity<io.imunity.furms.server.error.FurmsErrorData> error(javax.servlet.http.HttpServletRequest request)
    • getStatus

      protected org.springframework.http.HttpStatus getStatus(javax.servlet.http.HttpServletRequest request)