Package org.spdx.utility.compare
Class SpdxCompareException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spdx.utility.compare.SpdxCompareException
-
- All Implemented Interfaces:
Serializable
public class SpdxCompareException extends Exception
- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpdxCompareException(String message)
SpdxCompareException(String message, Throwable cause)
SpdxCompareException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-