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) |
Modifier and Type | Method and Description |
---|---|
String |
getPartialLine() |
EndOfFileException |
partialLine(String partialLine) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EndOfFileException()
public EndOfFileException(String message)
public EndOfFileException(Throwable cause)
public EndOfFileException partialLine(String partialLine)
public String getPartialLine()