Class SpdxRdfException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.core.InvalidSPDXAnalysisException
org.spdx.spdxRdfStore.SpdxRdfException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingDataTypeAndClassRestriction

public class SpdxRdfException extends org.spdx.core.InvalidSPDXAnalysisException
Exceptions related to RDF storage of SPDX documents
Author:
Gary O'Neall
See Also:
  • Constructor Details

    • SpdxRdfException

      public SpdxRdfException(String msg)
    • SpdxRdfException

      public SpdxRdfException(String msg, Throwable inner)