Class TemplateRenderingException

All Implemented Interfaces:
Serializable

public class TemplateRenderingException extends ViewException
Thrown when a template could not be rendered. For example the template markup may be broken, or the model being used to render the template may be of the wrong type or incomplete.
See Also:
  • Constructor Details

    • TemplateRenderingException

      public TemplateRenderingException()
    • TemplateRenderingException

      public TemplateRenderingException(String s)
    • TemplateRenderingException

      public TemplateRenderingException(String s, Throwable throwable)
    • TemplateRenderingException

      public TemplateRenderingException(Throwable throwable)