at.dms.compiler.tools.antlr.runtime
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.dms.compiler.tools.antlr.runtime.ANTLRException
              extended by at.dms.compiler.tools.antlr.runtime.ParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RecognitionException, TokenStreamException

public class ParserException
extends ANTLRException

See Also:
Serialized Form

Constructor Summary
ParserException()
           
ParserException(String message)
           
 
Method Summary
 int getColumn()
           
 String getFilename()
           
 int getLine()
           
 
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

ParserException

public ParserException()

ParserException

public ParserException(String message)
Method Detail

getFilename

public String getFilename()

getLine

public int getLine()
Returns:
the line number that this exception happened on.

getColumn

public int getColumn()
Returns:
the column number that this exception happened on.