Class RestProcessingExceptionHandler
java.lang.Object
pl.matsuo.core.web.controller.exception.RestProcessingExceptionHandler
@ControllerAdvice public class RestProcessingExceptionHandler extends Object
-
Constructor Summary
Constructors Constructor Description RestProcessingExceptionHandler() -
Method Summary
Modifier and Type Method Description org.springframework.http.ResponseEntity<Object>handleException(RestProcessingException e, org.springframework.web.context.request.WebRequest request)
-
Constructor Details
-
RestProcessingExceptionHandler
public RestProcessingExceptionHandler()
-
-
Method Details
-
handleException
@ExceptionHandler(pl.matsuo.core.exception.RestProcessingException.class) public org.springframework.http.ResponseEntity<Object> handleException(RestProcessingException e, org.springframework.web.context.request.WebRequest request)
-