Class EndOfStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.projog.core.ProjogException
org.projog.core.parser.ParserException
org.projog.core.parser.EndOfStreamException
- All Implemented Interfaces:
Serializable
Signals a failure to successfully parse Prolog syntax due to incomplete input.
This subclass of ParserException is used to indicate that the input is incomplete and parsing may succeed if more input is provided, as as opposed to other instances of ParserException which indicate that the input is invalid.
- See Also:
-
Method Summary
Methods inherited from class ParserException
getColumnNumber, getDescription, getLine, getLineNumberMethods inherited from class ProjogException
addClause, getClausesMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString