Class RestProcessingExceptionHandler
java.lang.Object
pl.matsuo.core.web.controller.exception.RestProcessingExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-