Class IGInitializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cqframework.fhir.utilities.exception.IGInitializationException
All Implemented Interfaces:
Serializable

public class IGInitializationException extends RuntimeException
This exception is thrown whenever there is an issue initializing the tooling from a source IG.
See Also:
  • Constructor Details

    • IGInitializationException

      public IGInitializationException()
    • IGInitializationException

      public IGInitializationException(String message)
    • IGInitializationException

      public IGInitializationException(String message, Throwable cause)
    • IGInitializationException

      public IGInitializationException(Throwable cause)