FileSystemProvider.copy(Path, Path, CopyOption...)
or
FileSystemProvider.move(Path, Path, CopyOption...)
is called with an illegal combination of copy options.FileSystemProvider.copy(Path, Path, CopyOption...)
or
FileSystemProvider.move(Path, Path, CopyOption...)
is called with an illegal combination of copy options.FileSystemProvider.newByteChannel(Path, Set, FileAttribute...)
or a similar method is
called with an illegal combination of open options.FileSystemProvider.newByteChannel(Path, Set, FileAttribute...)
or a similar method is
called with an illegal combination of open options.FileSystemProvider.newFileSystem(URI, Map)
or
FileSystemProvider.newFileSystem(Path, Map)
is called with an invalid value for a property.FileSystemProvider.newFileSystem(URI, Map)
or
FileSystemProvider.newFileSystem(Path, Map)
is called with an invalid combination of properties.isDirectory
attribute, as used for BasicFileAttributeView
.isOther
attribute, as used for BasicFileAttributeView
.isRegularFile
attribute, as used for BasicFileAttributeView
.isSymbolicLink
attribute, as used for BasicFileAttributeView
.FileSystemProvider.newByteChannel(Path, Set, FileAttribute...)
or a similar method is
called with a directory.DirectoryStream.iterator()
is called after the iterator was already returned.Copyright © 2016–2023. All rights reserved.