Uses of Class
ca.uhn.fhir.rest.server.exceptions.InternalErrorException
-
Uses of InternalErrorException in ca.uhn.fhir.fhirpath
Modifier and TypeClassDescriptionclass
This 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
Modifier 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) -
Uses of InternalErrorException in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionstatic String
ClasspathUtil.loadResource
(String theClasspath) Load a classpath resource, throw anInternalErrorException
if not foundstatic InputStream
ClasspathUtil.loadResourceAsStream
(String theClasspath) Load a classpath resource, throw anInternalErrorException
if not found