public class
DirectoryNotEmptyException
extends FileSystemException
Checked exception thrown when a file system operation fails because a directory is not empty.
Public Constructor Summary
DirectoryNotEmptyException(String dir)
Constructs an instance of this class.
|
Inherited Method Summary
Public Constructors
public DirectoryNotEmptyException (String dir)
Constructs an instance of this class.
Parameters
dir | a string identifying the directory or null if not known
|
---|