Added in API level 26
Summary:
Ctors
| Inherited Methods
FileSystemLoopException
public
class
FileSystemLoopException
extends FileSystemException
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.io.IOException | ||||
↳ | java.nio.file.FileSystemException | ||||
↳ | java.nio.file.FileSystemLoopException |
Checked exception thrown when a file system loop, or cycle, is encountered.
See also:
Summary
Public constructors | |
---|---|
FileSystemLoopException(String file)
Constructs an instance of this class. |
Inherited methods | |
---|---|
Public constructors
FileSystemLoopException
Added in API level 26
public FileSystemLoopException (String file)
Constructs an instance of this class.
Parameters | |
---|---|
file |
String : a string identifying the file causing the cycle or null if
not known |