Searched refs:ClosedDirectoryStreamException (Results 1 – 4 of 4) sorted by relevance
35 public class ClosedDirectoryStreamException class43 public ClosedDirectoryStreamException() { in ClosedDirectoryStreamException() method in ClosedDirectoryStreamException
121 throw new ClosedDirectoryStreamException(); in newDirectoryStream()169 throw new ClosedDirectoryStreamException(); in newByteChannel()199 throw new ClosedDirectoryStreamException(); in implDelete()268 throw new ClosedDirectoryStreamException(); in move()373 throw new ClosedDirectoryStreamException(); in readAttributes()410 throw new ClosedDirectoryStreamException(); in setTimes()481 throw new ClosedDirectoryStreamException(); in readAttributes()507 throw new ClosedDirectoryStreamException(); in setPermissions()530 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()
447 "ojluni/src/main/java/java/nio/file/ClosedDirectoryStreamException.java",