Package org.spdx.library
Class InvalidSPDXAnalysisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.library.InvalidSPDXAnalysisException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateSpdxIdException,InvalidLicenseStringException,InvalidSpdxPropertyException,LicenseParserException,LicenseParserException,SpdxIdInUseException,SpdxIdNotFoundException,SpdxInvalidIdException,SpdxInvalidTypeException,SpdxListedLicenseException,SpdxObjectNotInStoreException
public class InvalidSPDXAnalysisException extends Exception
- Author:
- Gary O'Neall Exception for invalid SPDX Documents
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidSPDXAnalysisException()InvalidSPDXAnalysisException(String arg0)InvalidSPDXAnalysisException(String arg0, Throwable arg1)InvalidSPDXAnalysisException(String arg0, Throwable arg1, boolean arg2, boolean arg3)InvalidSPDXAnalysisException(Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSPDXAnalysisException
public InvalidSPDXAnalysisException() -
InvalidSPDXAnalysisException
- Parameters:
arg0-
-
InvalidSPDXAnalysisException
- Parameters:
arg0-
-
InvalidSPDXAnalysisException
- Parameters:
arg0-arg1-
-
InvalidSPDXAnalysisException
- Parameters:
arg0-arg1-arg2-arg3-
-