@ControllerAdvice(annotations=org.springframework.web.bind.annotation.RestController.class) @RequestMapping(produces="application/vnd.error+json") public class ControllerExceptionAdvice extends Object
| Constructor and Description |
|---|
ControllerExceptionAdvice() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<org.springframework.hateoas.VndErrors> |
assertionException(IllegalArgumentException e) |
@ExceptionHandler(value=java.lang.IllegalArgumentException.class) public org.springframework.http.ResponseEntity<org.springframework.hateoas.VndErrors> assertionException(IllegalArgumentException e)
Copyright © 2001–2018 jBPM dev team. All rights reserved.