Package org.spdx.library.model.license
Class SpdxListedLicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.library.InvalidSPDXAnalysisException
org.spdx.library.model.license.SpdxListedLicenseException
- All Implemented Interfaces:
Serializable
public class SpdxListedLicenseException extends InvalidSPDXAnalysisException
- Author:
- gary
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SpdxListedLicenseException()SpdxListedLicenseException(String arg0)SpdxListedLicenseException(String arg0, Throwable arg1)SpdxListedLicenseException(String arg0, Throwable arg1, boolean arg2, boolean arg3)SpdxListedLicenseException(Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpdxListedLicenseException
public SpdxListedLicenseException() -
SpdxListedLicenseException
- Parameters:
arg0-
-
SpdxListedLicenseException
- Parameters:
arg0-
-
SpdxListedLicenseException
- Parameters:
arg0-arg1-
-
SpdxListedLicenseException
- Parameters:
arg0-arg1-arg2-arg3-
-