EOFException
JDK Doc(JAVA)Download this dictionary
EOFException
- exception java.io..EOFException 
public class EOFException extends IOException 
Tree:java.lang.Object - java.lang.Throwable - java.lang.Exception - java.io.IOException - java.io.EOFException
Signals that an end of file or end of stream has been reached unexpectedly during input.
 
EOFException()
- Constructor for class java.io.EOFException 
public EOFException ()
Constructs an EOFException with null as its error detail message.
 
EOFException(String)
- Constructor for class java.io.EOFException 
public EOFException (String  s)
Constructs an EOFException with the specified detail message. The string s may later be retrieved by the method of class java.lang.Throwable.Parameters: s - the detail message.


| EOFException in English