|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
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. |
Method Detail |
public String getTemplateName()
public int getLineNumber()
public int getColumnNumber()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |