public class EndOfFileException extends RuntimeException
LineReader.readLine()
when
user the user types ctrl-D).Constructor and Description |
---|
EndOfFileException() |
EndOfFileException(String message) |
EndOfFileException(String message,
Throwable cause) |
EndOfFileException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
EndOfFileException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019. All rights reserved.