Package org.thymeleaf.exceptions
Class TemplateOutputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.thymeleaf.exceptions.TemplateEngineException
-
- org.thymeleaf.exceptions.TemplateProcessingException
-
- org.thymeleaf.exceptions.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 longserialVersionUID
-
Constructor Summary
Constructors Constructor Description TemplateOutputException(java.lang.String message, java.lang.String templateName, int line, int col, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.thymeleaf.exceptions.TemplateProcessingException
getCol, getLine, getMessage, getTemplateName, hasLineAndCol, hasTemplateName, setLineAndCol, setTemplateName
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-