|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.pmd.ast.ParseException
net.sourceforge.pmd.jsp.ast.ParseException
net.sourceforge.pmd.jsp.ast.SyntaxErrorException
public abstract class SyntaxErrorException
Field Summary |
---|
Fields inherited from class net.sourceforge.pmd.jsp.ast.ParseException |
---|
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage |
Constructor Summary | |
---|---|
SyntaxErrorException(int line,
java.lang.String ruleName)
|
Method Summary | |
---|---|
int |
getLine()
|
java.lang.String |
getRuleName()
|
Methods inherited from class net.sourceforge.pmd.jsp.ast.ParseException |
---|
add_escapes, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SyntaxErrorException(int line, java.lang.String ruleName)
line
- ruleName
- Method Detail |
---|
public int getLine()
public java.lang.String getRuleName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |