Package net.sourceforge.pmd.lang.vf.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.vf.ast.ParseException
-
- net.sourceforge.pmd.lang.vf.ast.SyntaxErrorException
-
- net.sourceforge.pmd.lang.vf.ast.StartAndEndTagMismatchException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class StartAndEndTagMismatchException extends SyntaxErrorException
Deprecated.for removal with PMD 7.0.0. UseParseException
instead.- Since:
- Created on 11-jan-2006
- Author:
- Pieter_Van_Raemdonck
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
START_END_TAG_MISMATCH_RULE_NAME
Deprecated.-
Fields inherited from class net.sourceforge.pmd.lang.vf.ast.ParseException
currentToken, eol, expectedTokenSequences, tokenImage
-
-
Constructor Summary
Constructors Constructor Description StartAndEndTagMismatchException(int startLine, int startColumn, String startTagName, int endLine, int endColumn, String endTagName)
Deprecated.Public constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getEndColumn()
Deprecated.int
getEndLine()
Deprecated.String
getMessage()
Deprecated.int
getStartColumn()
Deprecated.int
getStartLine()
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.vf.ast.SyntaxErrorException
getLine, getRuleName
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
START_END_TAG_MISMATCH_RULE_NAME
public static final String START_END_TAG_MISMATCH_RULE_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getEndColumn
public int getEndColumn()
Deprecated.- Returns:
- Returns the endColumn.
-
getEndLine
public int getEndLine()
Deprecated.- Returns:
- Returns the endLine.
-
getStartColumn
public int getStartColumn()
Deprecated.- Returns:
- Returns the startColumn.
-
getStartLine
public int getStartLine()
Deprecated.- Returns:
- Returns the startLine.
-
getMessage
public String getMessage()
Deprecated.- Overrides:
getMessage
in classThrowable
-
-