Searched refs:lastIOException (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DScanner.java111 private IOException lastIOException; field in class:Scanner
287 lastIOException = e;
893 return lastIOException;
2078 lastIOException = e;
H A DFormatter.java554 private IOException lastIOException; field in class:Formatter
953 lastIOException = e;
976 lastIOException = e;
990 return lastIOException;
1096 lastIOException = e;

Completed in 308 milliseconds