Class FHIRGeneratorException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String path  
    • Constructor Summary

      Constructors 
      Constructor Description
      FHIRGeneratorException​(java.lang.String message, java.lang.String path, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      java.lang.String getPath()  
      • Methods inherited from class java.lang.Throwable

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

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

      • path

        protected final java.lang.String path
    • Constructor Detail

      • FHIRGeneratorException

        public FHIRGeneratorException​(java.lang.String message,
                                      java.lang.String path,
                                      java.lang.Throwable cause)
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable