Class SpdxConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.core.InvalidSPDXAnalysisException
org.spdx.library.SpdxConversionException
- All Implemented Interfaces:
Serializable
public class SpdxConversionException
extends org.spdx.core.InvalidSPDXAnalysisException
Exception thrown when there is an error during the conversion of SPDX
documents
- Author:
- Gary O'Neall
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpdxConversionException(String msg, Throwable cause) SpdxConversionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpdxConversionException
- Parameters:
msg- message
-
SpdxConversionException
- Parameters:
cause- inner cause of the exception
-
SpdxConversionException
-