Searched refs:IOError (Results 1 – 7 of 7) sorted by relevance
20 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()
34 public class IOError extends Error { class45 public IOError(Throwable cause) { in IOError() method in IOError
258 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()
27 import java.io.IOError;69 } catch(IOError e) { in testReadPassword()92 } catch(IOError e) { in testReadPasswordWithPrompt()
56 "ojluni/src/main/java/java/io/IOError.java",
69 ojluni/src/main/java/java/io/IOError.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/java/io/…
1698 public class IOError extends java.lang.Error {1699 ctor public IOError(Throwable);