net.sourceforge.pmd.jsp.ast

Class StartAndEndTagMismatchException

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

Field Summary
static StringSTART_END_TAG_MISMATCH_RULE_NAME
Constructor Summary
StartAndEndTagMismatchException(int startLine, int startColumn, String startTagName, int endLine, int endColumn, String endTagName)
Public constructor.
Method Summary
intgetEndColumn()
intgetEndLine()
StringgetMessage()
intgetStartColumn()
intgetStartLine()

Field Detail

START_END_TAG_MISMATCH_RULE_NAME

public static final String START_END_TAG_MISMATCH_RULE_NAME

Constructor Detail

StartAndEndTagMismatchException

public StartAndEndTagMismatchException(int startLine, int startColumn, String startTagName, int endLine, int endColumn, String endTagName)
Public constructor.

Parameters: startLine startColumn startTagName endLine endColumn endTagName

Method Detail

getEndColumn

public int getEndColumn()

Returns: Returns the endColumn.

getEndLine

public int getEndLine()

Returns: Returns the endLine.

getMessage

public String getMessage()

getStartColumn

public int getStartColumn()

Returns: Returns the startColumn.

getStartLine

public int getStartLine()

Returns: Returns the startLine.