@ControllerAdvice public class GlobalExceptionHandler extends Object
| Constructor and Description |
|---|
GlobalExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Map> |
handleAisException(com.fasterxml.jackson.databind.exc.InvalidFormatException e) |
@ExceptionHandler(value=com.fasterxml.jackson.databind.exc.InvalidFormatException.class) public org.springframework.http.ResponseEntity<Map> handleAisException(com.fasterxml.jackson.databind.exc.InvalidFormatException e)
Copyright © 2019. All rights reserved.