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:
- 
Constructor SummaryConstructorsConstructorDescriptionFileNotFolderException(Object info) Constructs exception with the specified detail message.FileNotFolderException(Object info, Throwable cause) Constructs exception with the specified detail message.
- 
Method SummaryMethods inherited from class org.apache.commons.vfs2.FileSystemExceptiongetCode, getInfo, getMessage, requireNonNull, requireNonNullMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FileNotFolderExceptionConstructs exception with the specified detail message.- Parameters:
- info- one context information.
 
- 
FileNotFolderExceptionConstructs exception with the specified detail message.- Parameters:
- info- one context information.
- cause- the cause.
 
 
-