Class LicensePublisherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.licenselistpublisher.LicensePublisherException
- All Implemented Interfaces:
Serializable
Exceptions related to license publishing tools
- Author:
- Gary O'Neall
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLicensePublisherException(String message) LicensePublisherException(String message, Throwable cause) LicensePublisherException(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
-
LicensePublisherException
- Parameters:
message-
-
LicensePublisherException
- Parameters:
cause-
-
LicensePublisherException
-
LicensePublisherException
-