Class SpdxConversionException

  • All Implemented Interfaces:
    Serializable

    public class SpdxConversionException
    extends org.spdx.core.InvalidSPDXAnalysisException
    Author:
    gary
    See Also:
    Serialized Form
    • Constructor Detail

      • 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