Package org.spdx.library
Class SpdxObjectNotInStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.library.InvalidSPDXAnalysisException
org.spdx.library.SpdxObjectNotInStoreException
- All Implemented Interfaces:
Serializable
public class SpdxObjectNotInStoreException extends InvalidSPDXAnalysisException
Exception when an SDPX 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
-
Constructor Details
-
SpdxObjectNotInStoreException
public SpdxObjectNotInStoreException() -
SpdxObjectNotInStoreException
- Parameters:
arg0
-
-
SpdxObjectNotInStoreException
- Parameters:
arg0
-
-
SpdxObjectNotInStoreException
- Parameters:
arg0
-arg1
-
-
SpdxObjectNotInStoreException
- Parameters:
arg0
-arg1
-arg2
-arg3
-
-