public class
FileSystemLoopException
extends FileSystemException
Checked exception thrown when a file system loop, or cycle, is encountered.
Public Constructor Summary
FileSystemLoopException(String file)
Constructs an instance of this class.
|
Inherited Method Summary
Public Constructors
public FileSystemLoopException (String file)
Constructs an instance of this class.
Parameters
file | a string identifying the file causing the cycle or null if
not known
|
---|