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:
- Serializable
A file-not-folder exception which happens when trying to issue
 
FileObject.getChildren() on a file.- Since:
- 2.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs exception with the specified detail message.FileTypeHasNoContentException(Object info, Throwable cause) Constructs exception with the specified detail message and cause.
- 
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- 
FileTypeHasNoContentExceptionConstructs exception with the specified detail message.- Parameters:
- info- one context information.
 
- 
FileTypeHasNoContentExceptionConstructs exception with the specified detail message and cause.- Parameters:
- info- one context information.
- cause- the cause.
 
 
-