start page | rating of books | rating of authors | reviews | copyrights

Java in a Nutshell

Previous Chapter 24
The java.io Package
Next
 

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


Previous Home Next
java.io.DataOutputStream (JDK 1.0) Book Index java.io.Externalizable (JDK 1.1)

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java