Class RdfPubErrorController

java.lang.Object
org.linkedopenactors.rdfpub.config.RdfPubErrorController
All Implemented Interfaces:
org.springframework.boot.web.servlet.error.ErrorController

@Controller public class RdfPubErrorController extends Object implements org.springframework.boot.web.servlet.error.ErrorController
  • Constructor Details

    • RdfPubErrorController

      public RdfPubErrorController()
  • Method Details

    • handleError

      @RequestMapping("/error") @ResponseBody public String handleError(javax.servlet.http.HttpServletRequest request)