Class LicenseParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.core.InvalidSPDXAnalysisException
org.spdx.utility.license.LicenseParserException
All Implemented Interfaces:
Serializable

public class LicenseParserException extends org.spdx.core.InvalidSPDXAnalysisException
Exception thrown when there is an error during the parsing of SPDX license information
Author:
Gary O'Neall
See Also:
  • Constructor Details

    • LicenseParserException

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

      public LicenseParserException(String msg, Throwable inner)