Package org.apache.commons.vfs2
Class FileTypeHasNoContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.commons.vfs2.FileSystemException
-
- org.apache.commons.vfs2.FileTypeHasNoContentException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileTypeHasNoContentException 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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
serialVersionUID format is YYYYMMDD for the date of the last binary change.
-
Constructor Summary
Constructors Constructor Description FileTypeHasNoContentException(java.lang.Object info0)
FileTypeHasNoContentException(java.lang.Object info0, java.lang.Throwable throwable)
-
Method Summary
-
Methods inherited from class org.apache.commons.vfs2.FileSystemException
getCode, getInfo, getMessage, requireNonNull, requireNonNull
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
serialVersionUID format is YYYYMMDD for the date of the last binary change.- See Also:
- Constant Field Values
-
-