
Uses of Class
ca.uhn.fhir.rest.server.exceptions.InvalidRequestException
Packages that use InvalidRequestException
-
Uses of InvalidRequestException in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that throw InvalidRequestExceptionModifier and TypeMethodDescriptionvoidIQueryParameterAnd.setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters) See FHIR specification 2.2.2 Search SearchParameter Types for information on the token format -
Uses of InvalidRequestException in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that throw InvalidRequestExceptionModifier and TypeMethodDescriptionvoidBaseAndListParam.setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters) voidDateRangeParam.setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters) -
Uses of InvalidRequestException in ca.uhn.fhir.rest.param.binder
Methods in ca.uhn.fhir.rest.param.binder that throw InvalidRequestExceptionModifier and TypeMethodDescriptionIParamBinder.parse(FhirContext theContext, String theName, List<QualifiedParamList> theList) QueryParameterAndBinder.parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString) QueryParameterOrBinder.parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString) QueryParameterTypeBinder.parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theParams)