org.loom.exception
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.loom.exception.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.RuntimeException

Error while parsing with ANTLR

See Also:
Serialized Form

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

ParseException

public ParseException(java.lang.String message,
                      org.antlr.runtime.RecognitionException cause)

ParseException

public ParseException(org.antlr.runtime.RecognitionException cause)

ParseException

public ParseException(java.lang.String parseText,
                      ParseException e)
Method Detail

getPos

public int getPos()