Class EndOfStreamException

All Implemented Interfaces:
Serializable

public class EndOfStreamException extends ParserException
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: