gnu.prolog.io
Class ParseException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               gnu.prolog.io.ParseException
gnu.prolog.io.ParseException
- All Implemented Interfaces: 
- Serializable
- public class ParseException 
- extends IOException
Errors which occur when parsing text as Prolog code, stores a line and column
 number.
- 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()
-