net.sourceforge.pmd.jsp.ast
public abstract class SyntaxErrorException extends ParseException
| Constructor Summary | |
|---|---|
| SyntaxErrorException(int line, String ruleName) | |
| Method Summary | |
|---|---|
| int | getLine() |
| String | getRuleName() |
Parameters: line ruleName
Returns: Returns the line.
Returns: Returns the ruleName.