# Print output for @column tags ?> FileSystemLoopException - Android SDK | Android Developers

Most visited

Recently visited

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

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