Package org.spdx.licenselistpublisher
Class LicensePublisherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.licenselistpublisher.LicensePublisherException
- All Implemented Interfaces:
Serializable
public class LicensePublisherException extends Exception
Exceptions related to license publishing tools
- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LicensePublisherException(String message)LicensePublisherException(String message, Throwable cause)LicensePublisherException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)LicensePublisherException(Throwable cause) -
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
- Parameters:
message-cause-
-
LicensePublisherException
public LicensePublisherException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)- Parameters:
message-cause-enableSuppression-writableStackTrace-
-