net.sourceforge.pmd.lang.jsp.ast
Class SyntaxErrorException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- StartAndEndTagMismatchException
public abstract class SyntaxErrorException
- extends ParseException
- Author:
- Pieter_Van_Raemdonck
Exception indicating that a syntactic error has been found.
- See Also:
- Serialized Form
SyntaxErrorException
public SyntaxErrorException(int line,
String ruleName)
- Parameters:
line
- ruleName
-
getLine
public int getLine()
- Returns:
- Returns the line.
getRuleName
public String getRuleName()
- Returns:
- Returns the ruleName.
Copyright © 2002-2012 InfoEther. All Rights Reserved.