Package org.spdx.htmltemplates
Class InvalidLicenseHtmlTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.htmltemplates.InvalidLicenseHtmlTemplateException
- All Implemented Interfaces:
Serializable
public class InvalidLicenseHtmlTemplateException extends Exception
- Author:
- Gary O'Neall Exceptions related to HTML license templates
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidLicenseHtmlTemplateException()InvalidLicenseHtmlTemplateException(String arg0)InvalidLicenseHtmlTemplateException(String arg0, Throwable arg1)InvalidLicenseHtmlTemplateException(String arg0, Throwable arg1, boolean arg2, boolean arg3)InvalidLicenseHtmlTemplateException(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
-
InvalidLicenseHtmlTemplateException
public InvalidLicenseHtmlTemplateException() -
InvalidLicenseHtmlTemplateException
- Parameters:
arg0-
-
InvalidLicenseHtmlTemplateException
- Parameters:
arg0-
-
InvalidLicenseHtmlTemplateException
- Parameters:
arg0-arg1-
-
InvalidLicenseHtmlTemplateException
public InvalidLicenseHtmlTemplateException(String arg0, Throwable arg1, boolean arg2, boolean arg3)- Parameters:
arg0-arg1-arg2-arg3-
-