@RestController public class ErrorController extends Object implements org.springframework.boot.autoconfigure.web.ErrorController
| Constructor and Description |
|---|
ErrorController(org.springframework.boot.autoconfigure.web.ErrorAttributes errorAttributes) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Map<String,Object>> |
error(javax.servlet.http.HttpServletRequest request) |
String |
getErrorPath() |
@Autowired public ErrorController(org.springframework.boot.autoconfigure.web.ErrorAttributes errorAttributes)
public String getErrorPath()
getErrorPath in interface org.springframework.boot.autoconfigure.web.ErrorControllerCopyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.