Class ExceptionHtml

java.lang.Object
org.spdx.htmltemplates.ExceptionHtml

public class ExceptionHtml extends Object
Manages the production of an HTML file based on an SpdxLicenseRestriction (a.k.a License Exception)
Author:
Gary O'Neall
  • Constructor Details

    • ExceptionHtml

      public ExceptionHtml(org.spdx.library.model.v2.license.ListedLicenseException exception) throws org.spdx.licenseTemplate.InvalidLicenseTemplateException, org.spdx.core.InvalidSPDXAnalysisException
      Parameters:
      exception -
      Throws:
      org.spdx.licenseTemplate.InvalidLicenseTemplateException
      org.spdx.core.InvalidSPDXAnalysisException
  • Method Details

    • writeToFile

      public void writeToFile(File exceptionHtmlFile, String exceptionHtmlTocReference) throws IOException, com.github.mustachejava.MustacheException
      Parameters:
      exceptionHtmlFile -
      exceptionHtmlTocReference -
      Throws:
      IOException
      com.github.mustachejava.MustacheException