24.14 java.io.EOFException (JDK 1.0)An IOException that signals the end-of-file.
public class EOFException extends IOException {
// Public Constructors
public EOFException();
public EOFException(String s);
}
Hierarchy:Object->Throwable(Serializable)->Exception->IOException->EOFException |
|