Package ca.uhn.fhir.fhirpath
Class FhirPathExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
ca.uhn.fhir.rest.server.exceptions.InternalErrorException
ca.uhn.fhir.fhirpath.FhirPathExecutionException
- All Implemented Interfaces:
Serializable
This exception is thrown if a FHIRPath expression can not be executed successfully
for any reason
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.fhir.rest.server.exceptions.InternalErrorException
STATUS_CODE
-
Constructor Summary
ConstructorDescriptionFhirPathExecutionException
(String theMessage) FhirPathExecutionException
(String theMessage, Throwable theCause) -
Method Summary
Methods inherited from class ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
addResponseHeader, getAdditionalMessages, getOperationOutcome, getResponseBody, getResponseHeaders, getResponseMimeType, getStatusCode, hasResponseHeaders, isErrorMessageTrusted, newInstance, setErrorMessageTrusted, setOperationOutcome, setResponseBody, setResponseMimeType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FhirPathExecutionException
-
FhirPathExecutionException
-