Class NarrowedQueryOperationExceptionAdvisor
java.lang.Object
com.broadleafcommerce.data.tracking.core.web.NarrowedQueryOperationExceptionAdvisor
@RestControllerAdvice(annotations=org.springframework.web.bind.annotation.ResponseBody.class)
public class NarrowedQueryOperationExceptionAdvisor
extends Object
Default controller exception handler for problems during narrowed query operations. To override,
introduce a new ControllerAdvice annotate class with differing ExceptionHandler annotated methods
and annotate the class with a higher precedence Order annotation.
- Author:
- Nathan Moore (nathandmoore)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>
handleUnsupportedPageableTypeException
(Exception ex, org.springframework.web.context.request.WebRequest request) protected void
-
Constructor Details
-
NarrowedQueryOperationExceptionAdvisor
public NarrowedQueryOperationExceptionAdvisor()
-
-
Method Details
-
handleUnsupportedPageableTypeException
@ExceptionHandler(UnsupportedPageableTypeException.class) public org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError> handleUnsupportedPageableTypeException(Exception ex, org.springframework.web.context.request.WebRequest request) -
logDebug
-