public class TemplateInputException extends TemplateProcessingException
| Constructor and Description |
|---|
TemplateInputException(String message) |
TemplateInputException(String message,
String templateName,
int line,
int col) |
TemplateInputException(String message,
String templateName,
int line,
int col,
Throwable cause) |
TemplateInputException(String message,
String templateName,
Throwable cause) |
TemplateInputException(String message,
Throwable cause) |
getCol, getLine, getMessage, getTemplateName, hasLineAndCol, hasTemplateName, setLineAndCol, setTemplateNameaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemplateInputException(String message)
public TemplateInputException(String message, String templateName, Throwable cause)
public TemplateInputException(String message, String templateName, int line, int col)
message - The message of the exceptiontemplateName - The name of the template for which the exception is thrownline - line position of the event that caused the exceptioncol - columns position of the event that caused the exceptionpublic TemplateInputException(String message, String templateName, int line, int col, Throwable cause)
message - The message of the exceptiontemplateName - The name of the template for which the exception is thrownline - line position of the event that caused the exceptioncol - columns position of the event that caused the exceptioncause - cause to be nested inside the exceptionCopyright © 2016 The THYMELEAF team. All rights reserved.