Package com.oorian.html
Class HtmlTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oorian.html.HtmlTemplateException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionHtmlTemplateException(String tagname) Creates a new HtmlTemplateException for the specified unrecognized tag name. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HtmlTemplateException
Creates a new HtmlTemplateException for the specified unrecognized tag name.- Parameters:
tagname- The unrecognized HTML tag name.
-