org.apache.velocity.exception
public interface ExtendedParseException
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.
|
String getTemplateName()
int getLineNumber()
int getColumnNumber()
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.