Package ca.uhn.fhir.fluentpath
Class FluentPathExecutionException
- 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.fluentpath.FluentPathExecutionException
-
- All Implemented Interfaces:
Serializable
public class FluentPathExecutionException extends InternalErrorException
This exception is thrown if a FluentPath expression can not be executed successfully for any reason- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ca.uhn.fhir.rest.server.exceptions.InternalErrorException
STATUS_CODE
-
-
Constructor Summary
Constructors Constructor Description FluentPathExecutionException(String theMessage)FluentPathExecutionException(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 Detail
-
FluentPathExecutionException
public FluentPathExecutionException(Throwable theCause)
-
FluentPathExecutionException
public FluentPathExecutionException(String theMessage)
-
-