Home
last modified time | relevance | path

Searched refs:IOError (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DIOErrorTest.java20 import java.io.IOError;
33 IOError e = new IOError(null); in test_IOError_LThrowable()
40 e = new IOError(new Throwable(errorMsg)); in test_IOError_LThrowable()
44 throw new IOError(null); in test_IOError_LThrowable()
45 } catch (IOError error) { in test_IOError_LThrowable()
59 IOError e = new IOError(new Throwable(errorMsg)); in testSerializationSelf()
69 IOError e = new IOError(new Throwable(errorMsg)); in testSerializationCompatibility()
/libcore/ojluni/src/main/java/java/io/
DIOError.java34 public class IOError extends Error { class
45 public IOError(Throwable cause) { in IOError() method in IOError
DConsole.java258 throw new IOError(x); in readLine()
320 throw new IOError(x); in readPassword()
322 IOError ioe = null; in readPassword()
328 ioe = new IOError(x); in readPassword()
335 ioe = new IOError(x); in readPassword()
/libcore/luni/src/test/java/libcore/java/io/
DConsoleTest.java27 import java.io.IOError;
69 } catch(IOError e) { in testReadPassword()
92 } catch(IOError e) { in testReadPasswordWithPrompt()
/libcore/
Dopenjdk_java_files.bp56 "ojluni/src/main/java/java/io/IOError.java",
DEXPECTED_UPSTREAM69 ojluni/src/main/java/java/io/IOError.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/java/io/
/libcore/api/
Dcurrent.txt1698 public class IOError extends java.lang.Error {
1699 ctor public IOError(Throwable);