Class 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:
  • Constructor Details

    • SpdxObjectNotInStoreException

      public SpdxObjectNotInStoreException()
    • SpdxObjectNotInStoreException

      public SpdxObjectNotInStoreException(String arg0)
      Parameters:
      arg0 -
    • SpdxObjectNotInStoreException

      public SpdxObjectNotInStoreException(Throwable arg0)
      Parameters:
      arg0 -
    • SpdxObjectNotInStoreException

      public SpdxObjectNotInStoreException(String arg0, Throwable arg1)
      Parameters:
      arg0 -
      arg1 -
    • SpdxObjectNotInStoreException

      public SpdxObjectNotInStoreException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
      Parameters:
      arg0 -
      arg1 -
      arg2 -
      arg3 -