Package org.spdx.library.model
Class SpdxIdNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.library.InvalidSPDXAnalysisException
org.spdx.library.model.SpdxIdNotFoundException
- All Implemented Interfaces:
Serializable
- Author:
- Gary O'Neall Exception for no SPDX identifier found
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpdxIdNotFoundException(String arg0, Throwable arg1) SpdxIdNotFoundException(String arg0, Throwable arg1, boolean arg2, boolean arg3) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpdxIdNotFoundException
public SpdxIdNotFoundException() -
SpdxIdNotFoundException
- Parameters:
arg0-
-
SpdxIdNotFoundException
- Parameters:
arg0-
-
SpdxIdNotFoundException
- Parameters:
arg0-arg1-
-
SpdxIdNotFoundException
- Parameters:
arg0-arg1-arg2-arg3-
-