Uses of Class
com.calumma.backend.exception.NotAcceptableParametersException
-
Packages that use NotAcceptableParametersException Package Description com.calumma.backend.exception com.calumma.backend.model.request -
-
Uses of NotAcceptableParametersException in com.calumma.backend.exception
Methods in com.calumma.backend.exception with parameters of type NotAcceptableParametersException Modifier and Type Method Description org.springframework.http.ResponseEntity<RequestError>CustomCalummaExceptionHandler. customHandleNotFound(NotAcceptableParametersException ex, org.springframework.web.context.request.WebRequest request) -
Uses of NotAcceptableParametersException in com.calumma.backend.model.request
Methods in com.calumma.backend.model.request that throw NotAcceptableParametersException Modifier and Type Method Description voidParsedRequest. buildRequest(String projections, String filters, org.springframework.data.domain.Pageable pageable)
-