at.dms.compiler.tools.antlr.runtime
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
at.dms.compiler.tools.antlr.runtime.ANTLRException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserException
public ParserException()
ParserException
public ParserException(String message)
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.