Class FileNotFolderException

All Implemented Interfaces:
Serializable

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

    • FileNotFolderException

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

      public FileNotFolderException(Object info, Throwable cause)
      Constructs exception with the specified detail message.
      Parameters:
      info - one context information.
      cause - the cause.