Package org.thymeleaf.exceptions
Class TemplateOutputException
Object
Throwable
Exception
RuntimeException
org.thymeleaf.exceptions.TemplateEngineException
org.thymeleaf.exceptions.TemplateProcessingException
org.thymeleaf.exceptions.TemplateOutputException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorDescriptionTemplateOutputException
(String message, String templateName, int line, int col, Throwable cause) -
Method Summary
Methods inherited from class org.thymeleaf.exceptions.TemplateProcessingException
getCol, getLine, getMessage, getTemplateName, hasLineAndCol, hasTemplateName, setLineAndCol, setTemplateName
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateOutputException
-