public class TemplateAssertionException extends RuntimeException
Exception raised when a template assertion is not valid.
In the Standard Dialects, this exception might be raised by the th:assert attribute.
Constructor and Description |
---|
TemplateAssertionException(String assertionExpression,
String templateName) |
TemplateAssertionException(String assertionExpression,
String templateName,
int line,
int col) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016 The THYMELEAF team. All rights reserved.