java.io.EOFException (JDK 1.0)
An IOException that signals the end-of-file.
public classEOFExceptionextends IOException { //Public ConstructorspublicEOFException(); publicEOFException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->IOException->EOFException