Class TemplateException.RenderingFailure

All Implemented Interfaces:
Serializable
Enclosing class:
TemplateException

public static class TemplateException.RenderingFailure extends TemplateException
Exception indicates that rendering process failure.
See Also:
  • Constructor Details

    • RenderingFailure

      public RenderingFailure(String templateName, int lineNumber, Throwable cause)
      Build a new instance.
      Parameters:
      templateName - The template name
      lineNumber - The line where the error occur
      cause - The cause
  • Method Details

    • getTemplateName

      public String getTemplateName()
      Gets the template name.
      Returns:
      The template name
    • getLineNumber

      public int getLineNumber()
      Gets the line number.
      Returns:
      The line number