org.apache.commons.vfs
Class FileNotFolderException

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.FileNotFolderException
All Implemented Interfaces:
java.io.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

Constructor Summary
FileNotFolderException(java.lang.Object info0)
           
FileNotFolderException(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

FileNotFolderException

public FileNotFolderException(java.lang.Object info0)

FileNotFolderException

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


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