org.apache.commons.vfs
Class FileTypeHasNoContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.commons.vfs.FileSystemException
                  extended by org.apache.commons.vfs.FileTypeHasNoContentException
All Implemented Interfaces:
java.io.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

Constructor Summary
FileTypeHasNoContentException(java.lang.Object info0)
           
FileTypeHasNoContentException(java.lang.Object info0, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.vfs.FileSystemException
getCause, getCode, getInfo, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileTypeHasNoContentException

public FileTypeHasNoContentException(java.lang.Object info0)

FileTypeHasNoContentException

public FileTypeHasNoContentException(java.lang.Object info0,
                                     java.lang.Throwable throwable)


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.