Package org.spdx.core
Class SpdxObjectNotInStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spdx.core.InvalidSPDXAnalysisException
-
- org.spdx.core.SpdxObjectNotInStoreException
-
- All Implemented Interfaces:
Serializable
public class SpdxObjectNotInStoreException extends InvalidSPDXAnalysisException
Exception when an SPDX ID or object was not found in a model store- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpdxObjectNotInStoreException()
SpdxObjectNotInStoreException(String arg0)
SpdxObjectNotInStoreException(String arg0, Throwable arg1)
SpdxObjectNotInStoreException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
SpdxObjectNotInStoreException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-