Package com.io7m.jwheatsheaf.api
Interface JWFileChooserEventType.JWFileListingFailedType
-
- All Superinterfaces:
JWFileChooserEventType,JWFileChooserEventType.JWFileChooserEventErrorType
- All Known Implementing Classes:
JWFileListingFailed
- Enclosing interface:
- JWFileChooserEventType
@Immutable public static interface JWFileChooserEventType.JWFileListingFailedType extends JWFileChooserEventType.JWFileChooserEventErrorType
An error occurred whilst trying to list a directory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.io7m.jwheatsheaf.api.JWFileChooserEventType
JWFileChooserEventType.JWDirectoryCreationFailedType, JWFileChooserEventType.JWFileChooserEventErrorType, JWFileChooserEventType.JWFileListingFailedType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Exceptionexception()java.nio.file.Pathpath()
-
-
-
Method Detail
-
path
@Parameter java.nio.file.Path path()
- Specified by:
pathin interfaceJWFileChooserEventType.JWFileChooserEventErrorType- Returns:
- The directory that could not be listed
-
exception
@Parameter java.lang.Exception exception()
- Specified by:
exceptionin interfaceJWFileChooserEventType.JWFileChooserEventErrorType- Returns:
- The exception
-
-