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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • partialLine

      private String partialLine
  • 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