org.apache.commons.vfs
Class FileNotFolderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.vfs.FileSystemException
org.apache.commons.vfs.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.
- Author:
- Commons VFS team
- See Also:
- Serialized Form
FileNotFolderException
public FileNotFolderException(Object info0)
FileNotFolderException
public FileNotFolderException(Object info0,
Throwable throwable)
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.