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
| Constructor and Description |
|---|
TemplateOutputException(String message,
String templateName,
int line,
int col,
Throwable cause) |
getCol, getLine, getMessage, getTemplateName, hasLineAndCol, hasTemplateName, setLineAndCol, setTemplateNameaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017 The THYMELEAF team. All rights reserved.