Added in API level 26
FileSystemLoopException
open class FileSystemLoopException : FileSystemException
| kotlin.Any | |||||
| ↳ | kotlin.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.
Summary
Public constructors |
|
|---|---|
|
Constructs an instance of this class. |
|
Inherited functions |
|
|---|---|
Inherited properties |
|
|---|---|
Public constructors
<init>
Added in API level 26
FileSystemLoopException(file: String!)
Constructs an instance of this class.
| Parameters | |
|---|---|
file |
String!: a string identifying the file causing the cycle or null if not known |