Class SpdxCompareException

  • All Implemented Interfaces:
    Serializable

    public class SpdxCompareException
    extends Exception
    Exception thrown when there is an error during the comparison of SPDX documents
    Author:
    Gary O'Neall
    See Also:
    Serialized Form
    • Constructor Detail

      • SpdxCompareException

        public SpdxCompareException​(String message)
      • SpdxCompareException

        public SpdxCompareException​(Throwable cause)
      • SpdxCompareException

        public SpdxCompareException​(String message,
                                    Throwable cause)