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
Exception indicating that a syntactic error has been found.
- Since:
- Created on 11-jan-2006
- Author:
- Pieter_Van_Raemdonck
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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–2015 InfoEther. All rights reserved.