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

/libcore/luni/src/main/java/java/io/
H A DEOFException.java24 public class EOFException extends IOException { class in inherits:IOException
29 * Constructs a new {@code EOFException} with its stack trace filled in.
31 public EOFException() { method in class:EOFException
35 * Constructs a new {@code EOFException} with its stack trace and detail
41 public EOFException(String detailMessage) { method in class:EOFException

Completed in 46 milliseconds