All Exceptions that can provide additional information about the place
where the error happened (template name, column and line number) can
implement this interface and the ParseErrorException will then be able
to deal with this information.
author: Henning P. Schmiedehausen version: $Id: ExtendedParseException.java 463298 2006-10-12 16:10:32Z henning $
Method Summary
int
getColumnNumber() returns the column number where this exception occured.
int
getLineNumber() returns the line number where this exception occured.