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 Details

    • SpdxConversionException

      public SpdxConversionException(String msg)
      Parameters:
      msg - message
    • SpdxConversionException

      public SpdxConversionException(Throwable cause)
      Parameters:
      cause - inner cause of the exception
    • SpdxConversionException

      public SpdxConversionException(String msg, Throwable cause)
      Parameters:
      msg - message
      cause - inner cause of the exception