Package | Description |
---|---|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
Modifier and Type | Method and Description |
---|---|
ResponseEntity<java.lang.Object> |
ResponseEntityExceptionHandler.handleException(java.lang.Exception ex,
WebRequest request)
Provides handling for standard Spring MVC exceptions.
|