Searched defs:EOFException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/io/
H A DEOFException.java43 class EOFException extends IOException { class in inherits:IOException
47 * Constructs an <code>EOFException</code> with <code>null</code>
50 public EOFException() { method in class:EOFException
55 * Constructs an <code>EOFException</code> with the specified detail
62 public EOFException(String s) { method in class:EOFException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DEOFException.java50 public class EOFException extends IOException { class in inherits:IOException

Completed in 35 milliseconds