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:
  • Constructor Details

    • InvalidLicenseHtmlTemplateException

      public InvalidLicenseHtmlTemplateException()
    • InvalidLicenseHtmlTemplateException

      public InvalidLicenseHtmlTemplateException(String arg0)
      Parameters:
      arg0 -
    • InvalidLicenseHtmlTemplateException

      public InvalidLicenseHtmlTemplateException(Throwable arg0)
      Parameters:
      arg0 -
    • InvalidLicenseHtmlTemplateException

      public InvalidLicenseHtmlTemplateException(String arg0, Throwable arg1)
      Parameters:
      arg0 -
      arg1 -
    • InvalidLicenseHtmlTemplateException

      public InvalidLicenseHtmlTemplateException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
      Parameters:
      arg0 -
      arg1 -
      arg2 -
      arg3 -