Class TemplateOutputException

  • All Implemented Interfaces:
    Serializable

    public class TemplateOutputException
    extends TemplateProcessingException

    Exception thrown by the template engine when a problem happens during template result output.

    Note a class with this name existed since 1.0, but it was completely reimplemented in Thymeleaf 3.0

    Since:
    3.0.0
    Author:
    Daniel Fernández
    See Also:
    Serialized Form
    • Constructor Detail

      • TemplateOutputException

        public TemplateOutputException​(String message,
                                       String templateName,
                                       int line,
                                       int col,
                                       Throwable cause)