Package org.apache.commons.vfs2
Class FileNotFolderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.commons.vfs2.FileSystemException
-
- org.apache.commons.vfs2.FileNotFolderException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileNotFolderException extends FileSystemException
Delivers a file-not-folder exception which happens when trying to issueFileObject.getChildren()
on a file.- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileNotFolderException(java.lang.Object info0)
FileNotFolderException(java.lang.Object info0, java.lang.Throwable throwable)
-
Method Summary
-
Methods inherited from class org.apache.commons.vfs2.FileSystemException
getCode, getInfo, getMessage
-
-
-
-
Constructor Detail
-
FileNotFolderException
public FileNotFolderException(java.lang.Object info0)
-
FileNotFolderException
public FileNotFolderException(java.lang.Object info0, java.lang.Throwable throwable)
-
-