Top Description Fields Constructors Methods
java.nio.file

public Class FileSystemLoopException

extends FileSystemException
Class Inheritance

Checked exception thrown when a file system loop, or cycle, is encountered.
Since
1.7
See Also
Files#walkFileTree

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
FileSystemLoopException(String
a string identifying the file causing the cycle or null if not known
file
)

Constructs an instance of this class.

Method Summary

Inherited from java.nio.file.FileSystemException:
getFilegetMessagegetOtherFilegetReason

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.nio.file.FileSystemException.serialVersionUID.

Annotations
@Serial

Constructor Detail

FileSystemLoopExceptionback to summary
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