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:
Serializable
Delivers a file-not-folder exception which happens when trying to issue
FileObject.getChildren()
on a file.- Since:
- 2.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
serialVersionUID format is YYYYMMDD for the date of the last binary change. -
Constructor Summary
ConstructorsConstructorDescriptionFileNotFolderException
(Object info0) FileNotFolderException
(Object info0, Throwable throwable) -
Method Summary
Methods inherited from class org.apache.commons.vfs2.FileSystemException
getCode, getInfo, getMessage, requireNonNull, requireNonNull
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID format is YYYYMMDD for the date of the last binary change.- See Also:
-
-
Constructor Details
-
FileNotFolderException
-
FileNotFolderException
-