net.sourceforge.pmd.lang.jsp.ast
Class StartAndEndTagMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.pmd.lang.ast.ParseException
net.sourceforge.pmd.lang.jsp.ast.ParseException
net.sourceforge.pmd.lang.jsp.ast.SyntaxErrorException
net.sourceforge.pmd.lang.jsp.ast.StartAndEndTagMismatchException
- All Implemented Interfaces:
- Serializable
public class StartAndEndTagMismatchException
- extends SyntaxErrorException
- Author:
- Pieter_Van_Raemdonck
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
- See Also:
- Serialized Form
Fields inherited from class net.sourceforge.pmd.lang.jsp.ast.ParseException |
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage |
Methods inherited from class net.sourceforge.pmd.lang.jsp.ast.ParseException |
add_escapes |
START_END_TAG_MISMATCH_RULE_NAME
public static final String START_END_TAG_MISMATCH_RULE_NAME
- See Also:
- Constant Field Values
StartAndEndTagMismatchException
public StartAndEndTagMismatchException(int startLine,
int startColumn,
String startTagName,
int endLine,
int endColumn,
String endTagName)
- Public constructor.
- Parameters:
startLine
- startColumn
- startTagName
- endLine
- endColumn
- endTagName
-
getEndColumn
public int getEndColumn()
- Returns:
- Returns the endColumn.
getEndLine
public int getEndLine()
- Returns:
- Returns the endLine.
getStartColumn
public int getStartColumn()
- Returns:
- Returns the startColumn.
getStartLine
public int getStartLine()
- Returns:
- Returns the startLine.
getMessage
public String getMessage()
- Overrides:
getMessage
in class net.sourceforge.pmd.lang.jsp.ast.ParseException
Copyright © 2002-2012 InfoEther. All Rights Reserved.