@RestController @RequestMapping(value="/error") 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 aRequest) |
String |
getErrorPath() |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.