Package org.spdx.spdxRdfStore
Class SpdxRdfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.library.InvalidSPDXAnalysisException
org.spdx.spdxRdfStore.SpdxRdfException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingDataTypeAndClassRestriction
public class SpdxRdfException
extends org.spdx.library.InvalidSPDXAnalysisException
Exceptions related to RDF storage of SPDX documents
- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SpdxRdfException(String msg)SpdxRdfException(String msg, Throwable inner) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString