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