public class StartAndEndTagMismatchException extends SyntaxErrorException
Modifier and Type | Field and Description |
---|---|
static String |
START_END_TAG_MISMATCH_RULE_NAME |
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage
Constructor and Description |
---|
StartAndEndTagMismatchException(int startLine,
int startColumn,
String startTagName,
int endLine,
int endColumn,
String endTagName)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getEndColumn() |
int |
getEndLine() |
String |
getMessage()
This method has the standard behavior when this object has been
created using the standard constructors.
|
int |
getStartColumn() |
int |
getStartLine() |
getLine, getRuleName
add_escapes
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String START_END_TAG_MISMATCH_RULE_NAME
public int getEndColumn()
public int getEndLine()
public int getStartColumn()
public int getStartLine()
public String getMessage()
ParseException
getMessage
in class ParseException
Copyright © 2002-2013 InfoEther. All Rights Reserved.