Package org.spdx.core
Class InvalidSPDXAnalysisException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spdx.core.InvalidSPDXAnalysisException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DefaultStoreNotInitializedException,DuplicateSpdxIdException,InvalidSpdxPropertyException,LicenseParserException,ModelRegistryException,SpdxIdInUseException,SpdxIdNotFoundException,SpdxInvalidIdException,SpdxInvalidTypeException,SpdxObjectNotInStoreException
public class InvalidSPDXAnalysisException extends Exception
Exception for invalid SPDX Documents- Author:
- Gary O'Neall
- 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
-
-