Package com.io7m.jwheatsheaf.api
Interface JWFileChooserEventType.JWDirectoryCreationFailedType
- All Superinterfaces:
JWFileChooserEventType
,JWFileChooserEventType.JWFileChooserEventErrorType
- All Known Implementing Classes:
JWDirectoryCreationFailed
- Enclosing interface:
- JWFileChooserEventType
@Immutable
public static interface JWFileChooserEventType.JWDirectoryCreationFailedType
extends JWFileChooserEventType.JWFileChooserEventErrorType
An error occurred whilst trying to create a directory.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.jwheatsheaf.api.JWFileChooserEventType
JWFileChooserEventType.JWDirectoryCreationFailedType, JWFileChooserEventType.JWFileChooserEventErrorType, JWFileChooserEventType.JWFileListingFailedType
-
Method Summary
-
Method Details
-
path
- Specified by:
path
in interfaceJWFileChooserEventType.JWFileChooserEventErrorType
- Returns:
- The directory that could not be created
-
exception
- Specified by:
exception
in interfaceJWFileChooserEventType.JWFileChooserEventErrorType
- Returns:
- The exception
-