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

FileSystemLoopException

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