|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileNotFolderException
public class FileNotFolderException
Delivers a file-not-folder exception which happens when trying to issue FileObject.getChildren() on a file.
| 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.vfs2.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 |
|---|
public FileNotFolderException(java.lang.Object info0)
public FileNotFolderException(java.lang.Object info0,
java.lang.Throwable throwable)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||