public class UnsupportedZipFeatureException
extends java.util.zip.ZipException
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UnsupportedZipFeatureException.FeatureZIP Features that may or may not be supported. | 
| Constructor and Description | 
|---|
| UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature reason,
                              ZipEntry entry)Creates an exception. | 
| Modifier and Type | Method and Description | 
|---|---|
| ZipEntry | getEntry()The entry using the unsupported feature. | 
| UnsupportedZipFeatureException.Feature | getFeature()The unsupported feature that has been used. | 
public UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature reason, ZipEntry entry)
reason - the feature that is not supportedentry - the entry using the featurepublic UnsupportedZipFeatureException.Feature getFeature()
public ZipEntry getEntry()