Searched refs:ClosedDirectoryStreamException (Results 1 – 4 of 4) sorted by relevance
35 public class ClosedDirectoryStreamException class43 public ClosedDirectoryStreamException() { in ClosedDirectoryStreamException() method in ClosedDirectoryStreamException
116 throw new ClosedDirectoryStreamException(); in newDirectoryStream()164 throw new ClosedDirectoryStreamException(); in newByteChannel()194 throw new ClosedDirectoryStreamException(); in implDelete()263 throw new ClosedDirectoryStreamException(); in move()368 throw new ClosedDirectoryStreamException(); in readAttributes()405 throw new ClosedDirectoryStreamException(); in setTimes()476 throw new ClosedDirectoryStreamException(); in readAttributes()502 throw new ClosedDirectoryStreamException(); in setPermissions()525 throw new ClosedDirectoryStreamException(); in setOwners()
28 import java.nio.file.ClosedDirectoryStreamException;197 } catch (ClosedDirectoryStreamException expected) {} in test_newDirectoryStream_Exception()242 } catch (ClosedDirectoryStreamException expected) {} in test_newByteChannel()295 } catch (ClosedDirectoryStreamException expected) {} in test_deleteFile()337 } catch (ClosedDirectoryStreamException expected) {} in test_deleteDirectory()392 } catch (ClosedDirectoryStreamException expected) {} in test_move()418 } catch (ClosedDirectoryStreamException expected) {} in test_getFileAttributeView()467 } catch (ClosedDirectoryStreamException expected) {} in test_getFileAttributeView_Path()
443 ojluni/src/main/java/java/nio/file/ClosedDirectoryStreamException.java \