Uses of Class
com.calumma.backend.model.request.RequestError
-
Packages that use RequestError Package Description com.calumma.backend.exception -
-
Uses of RequestError in com.calumma.backend.exception
Methods in com.calumma.backend.exception that return RequestError Modifier and Type Method Description RequestErrorNotAcceptableParametersException. getRequest()Methods in com.calumma.backend.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 com.calumma.backend.exception with parameters of type RequestError Constructor Description NotAcceptableParametersException(RequestError request)
-