Class EndOfFileException

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:
  • Constructor Details

    • EndOfFileException

      public EndOfFileException()
    • EndOfFileException

      public EndOfFileException(String message)
    • EndOfFileException

      public EndOfFileException(String message, Throwable cause)
    • EndOfFileException

      public EndOfFileException(Throwable cause)
    • EndOfFileException

      public EndOfFileException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details