Uses of Class
ml.calumma.web.exception.NotAcceptableParametersException
-
Packages that use NotAcceptableParametersException Package Description ml.calumma.web.exception ml.calumma.web.model.request -
-
Uses of NotAcceptableParametersException in ml.calumma.web.exception
Methods in ml.calumma.web.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 ml.calumma.web.model.request
Methods in ml.calumma.web.model.request that throw NotAcceptableParametersException Modifier and Type Method Description voidParsedRequest. buildRequest(String projections, String filters, org.springframework.data.domain.Pageable pageable)
-