Package no.nav.arxaas.controller
Class CustomErrorController
- java.lang.Object
-
- no.nav.arxaas.controller.CustomErrorController
-
- All Implemented Interfaces:
org.springframework.boot.web.servlet.error.ErrorController
@RestController @RequestMapping("/") public class CustomErrorController extends Object implements org.springframework.boot.web.servlet.error.ErrorController
-
-
Constructor Summary
Constructors Constructor Description CustomErrorController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorPath()org.springframework.http.ResponseEntity<ExceptionResponse>handleError(javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
handleError
@RequestMapping("/error") public org.springframework.http.ResponseEntity<ExceptionResponse> handleError(javax.servlet.http.HttpServletRequest request)
-
getErrorPath
public String getErrorPath()
- Specified by:
getErrorPathin interfaceorg.springframework.boot.web.servlet.error.ErrorController
-
-