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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LicenseParserException
- Parameters:
msg- exception message
-
LicenseParserException
-