@ControllerAdvice(value="com.haulmont.reports.web.restapi.v1")
public class ReportRestControllerExceptionHandler
extends java.lang.Object
| Constructor and Description |
|---|
ReportRestControllerExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ErrorInfo> |
handleRestAPIException(RestAPIException e) |
public ReportRestControllerExceptionHandler()
@ExceptionHandler(value=RestAPIException.class) @ResponseBody public org.springframework.http.ResponseEntity<ErrorInfo> handleRestAPIException(RestAPIException e)