net.sourceforge.pmd.lang.jsp.ast
Class StartAndEndTagMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.pmd.lang.ast.ParseException
                  extended by net.sourceforge.pmd.lang.jsp.ast.ParseException
                      extended by net.sourceforge.pmd.lang.jsp.ast.SyntaxErrorException
                          extended by 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

Field Summary
static String START_END_TAG_MISMATCH_RULE_NAME
           
 
Fields inherited from class net.sourceforge.pmd.lang.jsp.ast.ParseException
currentToken, eol, expectedTokenSequences, tokenImage
 
Constructor Summary
StartAndEndTagMismatchException(int startLine, int startColumn, String startTagName, int endLine, int endColumn, String endTagName)
          Public constructor.
 
Method Summary
 int getEndColumn()
           
 int getEndLine()
           
 String getMessage()
           
 int getStartColumn()
           
 int getStartLine()
           
 
Methods inherited from class net.sourceforge.pmd.lang.jsp.ast.SyntaxErrorException
getLine, getRuleName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

START_END_TAG_MISMATCH_RULE_NAME

public static final String START_END_TAG_MISMATCH_RULE_NAME
See Also:
Constant Field Values
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.

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.