Uses of Class
ml.calumma.model.request.RequestError
-
Packages that use RequestError Package Description ml.calumma.exception -
-
Uses of RequestError in ml.calumma.exception
Methods in ml.calumma.exception that return RequestError Modifier and Type Method Description RequestErrorNotAcceptableParametersException. getRequest()Methods in ml.calumma.exception that return types with arguments of type RequestError Modifier and Type Method Description org.springframework.http.ResponseEntity<RequestError>CustomCalummaExceptionHandler. customHandleNotFound(NotAcceptableParametersException ex, org.springframework.web.context.request.WebRequest request)Constructors in ml.calumma.exception with parameters of type RequestError Constructor Description NotAcceptableParametersException(RequestError request)
-