Package io.jmix.reportsrest.controller
Class ReportRestControllerExceptionHandler
java.lang.Object
io.jmix.reportsrest.controller.ReportRestControllerExceptionHandler
@ControllerAdvice("io.jmix.reportsrest.controller")
public class ReportRestControllerExceptionHandler
extends Object
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ReportRestControllerExceptionHandlerpublic ReportRestControllerExceptionHandler()
 
- 
- 
Method Details- 
handleRestAPIException@ExceptionHandler(RestAPIException.class) @ResponseBody public org.springframework.http.ResponseEntity<ErrorInfo> handleRestAPIException(RestAPIException e) 
 
-