Class FileTypeHasNoContentException

All Implemented Interfaces:
Serializable

public class FileTypeHasNoContentException 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

    • FileTypeHasNoContentException

      public FileTypeHasNoContentException(Object info0)
    • FileTypeHasNoContentException

      public FileTypeHasNoContentException(Object info0, Throwable throwable)