Uses of Class
ca.uhn.fhir.rest.server.exceptions.InternalErrorException
Packages that use InternalErrorException
-
Uses of InternalErrorException in ca.uhn.fhir.fhirpath
Subclasses of InternalErrorException in ca.uhn.fhir.fhirpathModifier and TypeClassDescriptionclassThis exception is thrown if a FHIRPath expression can not be executed successfully for any reason -
Uses of InternalErrorException in ca.uhn.fhir.rest.param.binder
Methods in ca.uhn.fhir.rest.param.binder that throw InternalErrorExceptionModifier and TypeMethodDescriptionIParamBinder.encode(FhirContext theContext, T theString)QueryParameterAndBinder.encode(FhirContext theContext, IQueryParameterAnd<?> theString)QueryParameterOrBinder.encode(FhirContext theContext, IQueryParameterOr<?> theValue)QueryParameterTypeBinder.encode(FhirContext theContext, IQueryParameterType theValue)IParamBinder.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)