public class MacroParseException extends ParseException
currentToken, eol, expectedTokenSequences, tokenImage
Constructor and Description |
---|
MacroParseException(String msg,
String templateName,
Token currentToken) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendTemplateInfo(StringBuffer sb) |
int |
getColumnNumber()
returns the column number where this exception occured.
|
int |
getLineNumber()
returns the line number where this exception occured.
|
String |
getMessage()
This method has the standard behavior when this object has been created using the standard constructors.
|
String |
getTemplateName()
returns the Template name where this exception occured.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getTemplateName()
public int getLineNumber()
public int getColumnNumber()
public String getMessage()
getMessage
in class Throwable
protected void appendTemplateInfo(StringBuffer sb)
sb
- Copyright © 2002–2016 InfoEther. All rights reserved.