Class NpmPackageManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cqframework.fhir.npm.NpmPackageManagerException
All Implemented Interfaces:
Serializable

public class NpmPackageManagerException extends RuntimeException
This exception is thrown whenever there is an issue with the NpmPackageManager.
See Also:
  • Constructor Details

    • NpmPackageManagerException

      public NpmPackageManagerException()
    • NpmPackageManagerException

      public NpmPackageManagerException(String message)
    • NpmPackageManagerException

      public NpmPackageManagerException(String message, Throwable cause)
    • NpmPackageManagerException

      public NpmPackageManagerException(Throwable cause)