Searched refs:errorString (Results 1 – 7 of 7) sorted by relevance
60 String errorString() { in errorString() method in UnixException70 return errorString(); in getMessage()91 return new FileSystemException(file, other, errorString()); in translateToIOException()
66 x.errorString(); in LinuxWatchService()79 throw new IOException(x.errorString()); in LinuxWatchService()212 throw new IOException(x.errorString()); in wakeup()
148 throw new IOException(name + ": " + x.errorString()); in lookupName()
101 throw new IOException(x.errorString()); in closeImpl()
274 from.toString(), to.toString(), x.errorString()); in move()
394 x.errorString()); in move()
207 String errorString = readAsString(process.getErrorStream()); in testRedirectPipe_error() local209 assertTrue("Unexpected output: " + errorString, in testRedirectPipe_error()210 errorString.contains(missingFilePath) && !errorString.equals(missingFilePath)); in testRedirectPipe_error()