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