public class DirectoryException
extends java.lang.RuntimeException
Exception that is thrown by the directory layer corresponding
to a specific path.| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
path
The directory path that was responsible for the error.
|