GNU Prolog for Java

gnu.prolog.io
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by gnu.prolog.io.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends IOException

See Also:
Serialized Form

Field Summary
protected  int column
           
protected  String[] expectedTokens
           
protected  int line
           
 
Constructor Summary
protected ParseException(ParseException ex)
           
protected ParseException(TokenMgrError ex)
           
 
Method Summary
 int getColumn()
           
 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
 

Field Detail

line

protected int line

column

protected int column

expectedTokens

protected String[] expectedTokens
Constructor Detail

ParseException

protected ParseException(ParseException ex)

ParseException

protected ParseException(TokenMgrError ex)
Method Detail

getLine

public int getLine()

getColumn

public int getColumn()

GNU Prolog for Java