Class FHIRException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String addProbeId​(java.lang.String msg)
      Add this exception's probeId value to the message
      java.lang.String getUniqueId()
      Builds and returns a unique identifier for this exception instance.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FHIRException

        public FHIRException()
        See Also:
        Exception()
      • FHIRException

        public FHIRException​(java.lang.String message)
        See Also:
        Exception(String)
      • FHIRException

        public FHIRException​(java.lang.String message,
                             java.lang.Throwable cause)
        See Also:
        Exception(String, Throwable)
      • FHIRException

        public FHIRException​(java.lang.Throwable cause)
        See Also:
        Exception(Throwable)
    • Method Detail

      • getUniqueId

        public java.lang.String getUniqueId()
        Builds and returns a unique identifier for this exception instance. This unique id consists of the ip address of the FHIR server host, represented in hex, followed by a UUID.
        Returns:
        String - A unique identifier for this exception instance.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable
      • addProbeId

        public java.lang.String addProbeId​(java.lang.String msg)
        Add this exception's probeId value to the message
        Parameters:
        msg -
        Returns: