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 occured.
|
int |
getLineNumber()
Returns the line number where this exception occured.
|
String |
getTemplateName()
Returns the Template name where this exception occured.
|
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–2016. All rights reserved.