Class LicenseGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.licenselistpublisher.LicenseGeneratorException
- All Implemented Interfaces:
Serializable
Exceptions related to the license generator tool (a.k.a. LicenseRDFAGenerator)
- Author:
- Gary O'Neall
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLicenseGeneratorException(String message) LicenseGeneratorException(String message, Throwable cause) LicenseGeneratorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LicenseGeneratorException
- Parameters:
message-
-
LicenseGeneratorException
- Parameters:
cause-
-
LicenseGeneratorException
-
LicenseGeneratorException
-