Class EndOfFileException

java.lang.Object
All Implemented Interfaces:
Serializable

public class EndOfFileException extends RuntimeException
This exception is thrown by LineReader.readLine() when user the user types ctrl-D).
See Also: