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 Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ReportRestControllerExceptionHandler
public ReportRestControllerExceptionHandler() 
 - 
 - 
Method Details
- 
handleRestAPIException
@ExceptionHandler(RestAPIException.class) @ResponseBody public org.springframework.http.ResponseEntity<ErrorInfo> handleRestAPIException(RestAPIException e)  
 -