public class DirectoryMoveException
extends java.lang.RuntimeException
Exception
that is thrown when an invalid directory move
is attempted.Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
destPath
The path that the directory was being moved to.
|
java.util.List<java.lang.String> |
sourcePath
The path of the directory being moved.
|