Class FileTypeHasNoContentException

All Implemented Interfaces:
Serializable

A file-not-folder exception which happens when trying to issue FileObject.getChildren() on a file.
Since:
2.0
See Also:
  • Constructor Details

    • FileTypeHasNoContentException

      Constructs exception with the specified detail message.
      Parameters:
      info - one context information.
    • FileTypeHasNoContentException

      Constructs exception with the specified detail message and cause.
      Parameters:
      info - one context information.
      cause - the cause.