Class FileNotFolderException

All Implemented Interfaces:
Serializable

public class FileNotFolderException extends FileSystemException
Delivers a file-not-folder exception which happens when trying to issue FileObject.getChildren() on a file.
Since:
2.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID format is YYYYMMDD for the date of the last binary change.
      See Also:
  • Constructor Details

    • FileNotFolderException

      public FileNotFolderException(Object info0)
    • FileNotFolderException

      public FileNotFolderException(Object info0, Throwable throwable)