@ControllerAdvice public class RestProcessingExceptionHandler extends Object
| Constructor and Description |
|---|
RestProcessingExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Object> |
handleException(RestProcessingException e,
org.springframework.web.context.request.WebRequest request) |
@ExceptionHandler(value=pl.matsuo.core.exception.RestProcessingException.class) public org.springframework.http.ResponseEntity<Object> handleException(RestProcessingException e, org.springframework.web.context.request.WebRequest request)
Copyright © 2015 Matsuo IT. All rights reserved.