public class StartAndEndTagMismatchException extends SyntaxErrorException
Modifier and Type | Field and Description |
---|---|
static String |
START_END_TAG_MISMATCH_RULE_NAME |
currentToken, eol, expectedTokenSequences, 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() |
int |
getStartColumn() |
int |
getStartLine() |
getLine, getRuleName
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()
getMessage
in class Throwable
Copyright © 2002–2015 InfoEther. All rights reserved.