|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.loom.exception.ParseException
public class ParseException
Error while parsing with ANTLR
Constructor Summary | |
---|---|
ParseException(org.antlr.runtime.RecognitionException cause)
|
|
ParseException(java.lang.String parseText,
ParseException e)
|
|
ParseException(java.lang.String message,
org.antlr.runtime.RecognitionException cause)
|
Method Summary | |
---|---|
int |
getPos()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 ParseException(java.lang.String message, org.antlr.runtime.RecognitionException cause)
public ParseException(org.antlr.runtime.RecognitionException cause)
public ParseException(java.lang.String parseText, ParseException e)
Method Detail |
---|
public int getPos()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |