Class HtmlTemplateException

All Implemented Interfaces:
Serializable

public class HtmlTemplateException extends RuntimeException
Exception thrown when an unrecognized HTML element tag is encountered during template parsing.
Since:
2007
Version:
1.0
Author:
Marvin P. Warble Jr.
See Also:
  • Constructor Details

    • HtmlTemplateException

      public HtmlTemplateException(String tagname)
      Creates a new HtmlTemplateException for the specified unrecognized tag name.
      Parameters:
      tagname - The unrecognized HTML tag name.