public class ControllerExceptionHandler
extends java.lang.Object
| Constructor and Description |
|---|
ControllerExceptionHandler(ODataServiceFactory factory,
<any> converter) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
handleException(HttpServletRequest request,
java.lang.Exception exception) |
<any> |
handleInvalidODataSchemaException(HttpServletRequest request,
InvalidODataSchemaException exception) |
<any> |
handleODataHttpException(HttpServletRequest request,
ODataException exception) |
public ControllerExceptionHandler(ODataServiceFactory factory,
<any> converter)
public <any> handleException(HttpServletRequest request,
java.lang.Exception exception)
public <any> handleODataHttpException(HttpServletRequest request,
ODataException exception)
public <any> handleInvalidODataSchemaException(HttpServletRequest request,
InvalidODataSchemaException exception)
Copyright © 2018 SAP SE. All Rights Reserved.