Class TemplateRenderingException

  • All Implemented Interfaces:
    Serializable

    public class TemplateRenderingException
    extends RuntimeException
    Exception thrown when some error occured while trying to render a particular template.
    See Also:
    Serialized Form
    • Constructor Detail

      • TemplateRenderingException

        public TemplateRenderingException​(String message)
      • TemplateRenderingException

        public TemplateRenderingException​(String message,
                                          Throwable wrappedException)