Class FHIRPatchException

  • All Implemented Interfaces:
    Serializable

    public class FHIRPatchException
    extends com.ibm.fhir.exception.FHIRException
    See Also:
    Serialized Form
    • Field Detail

      • path

        protected final String path
    • Constructor Detail

      • FHIRPatchException

        public FHIRPatchException​(String message,
                                  String path)
      • FHIRPatchException

        public FHIRPatchException​(String message,
                                  Throwable cause)
    • Method Detail

      • getPath

        public String getPath()