Class FHIRPatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.fhir.exception.FHIRException
-
- com.ibm.fhir.model.patch.exception.FHIRPatchException
-
- All Implemented Interfaces:
Serializable
public class FHIRPatchException extends FHIRException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRPatchException(String message, String path)
FHIRPatchException(String message, String path, Throwable cause)
FHIRPatchException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
-
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
-
-