Searched refs:IOError (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DIOError.java34 public class IOError extends Error { class in inherits:Error
36 * Constructs a new instance of IOError with the specified cause. The
37 * IOError is created with the detail message of
45 public IOError(Throwable cause) { method in class:IOError
H A DConsole.java235 * @throws IOError
253 throw new IOError(x);
263 * @throws IOError
299 * @throws IOError
313 throw new IOError(x);
315 IOError ioe = null;
321 ioe = new IOError(x);
327 ioe = new IOError(x);
343 * @throws IOError
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DIOErrorTest.java20 import java.io.IOError;
29 * java.io.IOError#IOError(java.lang.Throwable)
33 IOError e = new IOError(null);
36 String errorMsg = "java.io.IOError"; //$NON-NLS-1$
40 e = new IOError(new Throwable(errorMsg));
44 throw new IOError(null);
45 } catch (IOError error) {
58 String errorMsg = "java.io.IOError";
[all...]
/libcore/
H A Dopenjdk_java_files.mk50 ojluni/src/main/java/java/io/IOError.java \

Completed in 93 milliseconds