Class TemplateOutputException

  • All Implemented Interfaces:
    java.io.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
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateOutputException​(java.lang.String message, java.lang.String templateName, int line, int col, java.lang.Throwable cause)  
    • Constructor Detail

      • TemplateOutputException

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