Class NoSuchDirectoryException

All Implemented Interfaces:
Serializable

public class NoSuchDirectoryException extends FileNotFoundException
This exception is thrown when you try to list a non-existent directory.
See Also:
  • Constructor Details

    • NoSuchDirectoryException

      public NoSuchDirectoryException(String message)