Package com.ibm.fhir.path.exception
Class FHIRPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.fhir.exception.FHIRException
-
- com.ibm.fhir.path.exception.FHIRPathException
-
- All Implemented Interfaces:
Serializable
public class FHIRPathException extends FHIRException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRPathException(String message)
FHIRPathException(String message, Throwable cause)
FHIRPathException(Throwable cause)
-
Method Summary
-
Methods inherited from class com.ibm.fhir.exception.FHIRException
addProbeId, getUniqueId, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-