Class 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:
    Serialized Form
    • Constructor Detail

      • LicenseParserException

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

        public LicenseParserException​(String msg,
                                      Throwable inner)