gnu.prolog.io
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
gnu.prolog.io.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends IOException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
line
protected int line
column
protected int column
expectedTokens
protected String[] expectedTokens
ParseException
protected ParseException(ParseException ex)
ParseException
protected ParseException(TokenMgrError ex)
getLine
public int getLine()
getColumn
public int getColumn()