Package org.spdx.rdfparser
Class InvalidSPDXAnalysisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.rdfparser.InvalidSPDXAnalysisException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateExtractedLicenseIdException,LicenseParserException,NoListedLicenseRdfModel,NonNumericLicenseIdException
public class InvalidSPDXAnalysisException extends Exception
Exception for invalid SPDX Documents
- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidSPDXAnalysisException(String msg)InvalidSPDXAnalysisException(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