Package org.spdx.library
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
- Author:
- gary
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpdxConversionException(String msg)
SpdxConversionException(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
-
-