Serializable
public class EndOfFileException extends RuntimeException
LineReader.readLine()
when
user the user types ctrl-D).Constructor | 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 © 2020. All rights reserved.