public class DirectoryMoveException extends RuntimeException
Exception that is thrown when an invalid directory move
is attempted.| Modifier and Type | Field and Description |
|---|---|
List<String> |
destPath
The path that the directory was being moved to.
|
List<String> |
sourcePath
The path of the directory being moved.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString