public class TemplateInitException extends VelocityException implements ExtendedParseException
| Constructor and Description |
|---|
TemplateInitException(String msg,
ParseException parseException,
String templateName,
int col,
int line) |
TemplateInitException(String msg,
String templateName,
int col,
int line) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
Returns the column number where this exception occurred.
|
int |
getLineNumber()
Returns the line number where this exception occurred.
|
String |
getTemplateName()
Returns the Template name where this exception occurred.
|
getWrappedThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemplateInitException(String msg, String templateName, int col, int line)
public TemplateInitException(String msg, ParseException parseException, String templateName, int col, int line)
public String getTemplateName()
getTemplateName in interface ExtendedParseExceptionpublic int getLineNumber()
getLineNumber in interface ExtendedParseExceptionpublic int getColumnNumber()
getColumnNumber in interface ExtendedParseExceptionCopyright © 2000–2019 The Apache Software Foundation. All rights reserved.