Class FHIRPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.linuxforhealth.fhir.exception.FHIRException
-
- org.linuxforhealth.fhir.path.exception.FHIRPathException
-
- All Implemented Interfaces:
java.io.Serializable
public class FHIRPathException extends FHIRException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRPathException(java.lang.String message)
FHIRPathException(java.lang.String message, java.lang.Throwable cause)
FHIRPathException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.linuxforhealth.fhir.exception.FHIRException
addProbeId, getUniqueId, toString
-
-