Class FHIRPatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.linuxforhealth.fhir.exception.FHIRException
-
- org.linuxforhealth.fhir.model.patch.exception.FHIRPatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class FHIRPatchException extends FHIRException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
path
-
Constructor Summary
Constructors Constructor Description FHIRPatchException(java.lang.String message, java.lang.String path)
FHIRPatchException(java.lang.String message, java.lang.String path, java.lang.Throwable cause)
FHIRPatchException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPath()
-
Methods inherited from class org.linuxforhealth.fhir.exception.FHIRException
addProbeId, getUniqueId, toString
-
-
-
-
Constructor Detail
-
FHIRPatchException
public FHIRPatchException(java.lang.String message, java.lang.String path)
-
FHIRPatchException
public FHIRPatchException(java.lang.String message, java.lang.Throwable cause)
-
FHIRPatchException
public FHIRPatchException(java.lang.String message, java.lang.String path, java.lang.Throwable cause)
-
-