Class TemplateRenderingException

All Implemented Interfaces:
Serializable

public class TemplateRenderingException extends TemplateException
Thrown when an error occurs during template rendering.

Created: 2016. 01. 15.

See Also:
  • Constructor Details

    • TemplateRenderingException

      public TemplateRenderingException(String msg, TemplateRule templateRule)
      Instantiates a new TemplateRenderingException.
      Parameters:
      msg - the detail message
      templateRule - the template rule
    • TemplateRenderingException

      public TemplateRenderingException(String msg, TemplateRule templateRule, Throwable cause)
      Instantiates a new TemplateRenderingException.
      Parameters:
      msg - the detail message
      templateRule - the template rule
      cause - the root cause
  • Method Details