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
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 Summary
Constructors Constructor Description TemplateOutputException(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
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-