net.sourceforge.pmd.jsp.ast

Class SyntaxErrorException

public abstract class SyntaxErrorException extends ParseException

Author: Pieter_Van_Raemdonck Exception indicating that a syntactic error has been found.

Constructor Summary
SyntaxErrorException(int line, String ruleName)
Method Summary
intgetLine()
StringgetRuleName()

Constructor Detail

SyntaxErrorException

public SyntaxErrorException(int line, String ruleName)

Parameters: line ruleName

Method Detail

getLine

public int getLine()

Returns: Returns the line.

getRuleName

public String getRuleName()

Returns: Returns the ruleName.