Class NotDirectoryException

java.lang.Object
name.pachler.nio.file.NotDirectoryException

public class NotDirectoryException extends Object
Indicates that a file system reference was given that references a file type that is not a directory, as the invoked method had expected.
  • Constructor Details

    • NotDirectoryException

      public NotDirectoryException()