Class LicenseGeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.licenselistpublisher.LicenseGeneratorException
All Implemented Interfaces:
Serializable

public class LicenseGeneratorException extends Exception
Exceptions related to the license generator tool (a.k.a. LicenseRDFAGenerator)
Author:
Gary O'Neall
See Also:
  • Constructor Details

    • LicenseGeneratorException

      public LicenseGeneratorException(String message)
      Parameters:
      message -
    • LicenseGeneratorException

      public LicenseGeneratorException(Throwable cause)
      Parameters:
      cause -
    • LicenseGeneratorException

      public LicenseGeneratorException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • LicenseGeneratorException

      public LicenseGeneratorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Parameters:
      message -
      cause -
      enableSuppression -
      writableStackTrace -