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. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature reason, ZipEntry entry)
reason - the feature that is not supportedentry - the entry using the featurepublic ZipEntry getEntry()
public UnsupportedZipFeatureException.Feature getFeature()