Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for pathNotFound (0.08 seconds)

  1. android/guava/src/com/google/common/io/MoreFiles.java

       */
      private static void throwDeleteFailed(Path path, Collection<IOException> exceptions)
          throws FileSystemException {
        NoSuchFileException pathNotFound = pathNotFound(path, exceptions);
        if (pathNotFound != null) {
          throw pathNotFound;
        }
        // TODO(cgdecker): Should there be a custom exception type for this?
        // Also, should we try to include the Path of each file we may have failed to delete rather
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Apr 14 16:07:06 GMT 2025
    - 34.6K bytes
    - Click Count (0)
Back to Top