Class LicenseParserException

All Implemented Interfaces:
Serializable

public class LicenseParserException extends InvalidSPDXAnalysisException
Exception caused by an invalid license expression
Author:
Gary O'Neall
See Also:
  • Constructor Details

    • LicenseParserException

      public LicenseParserException(String msg)
      Parameters:
      msg -
    • LicenseParserException

      public LicenseParserException(String msg, Throwable inner)