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
- Since:
- Created on 11-jan-2006
- Author:
- Pieter_Van_Raemdonck
- See Also:
- Serialized Form
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 Throwable
Copyright © 2002–2015 InfoEther. All rights reserved.