Package org.spdx.licenseTemplate
Class LicenseParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spdx.core.InvalidSPDXAnalysisException
-
- org.spdx.licenseTemplate.LicenseParserException
-
- All Implemented Interfaces:
Serializable
public class LicenseParserException extends InvalidSPDXAnalysisException
Exception caused by an invalid license expression- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseParserException(String msg)
LicenseParserException(String msg, Throwable inner)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-