java.io.Serializable
public class UnsupportedZipFeatureException
extends java.util.zip.ZipException
Modifier and Type | Class | Description |
---|---|---|
static class |
UnsupportedZipFeatureException.Feature |
ZIP Features that may or may not be supported.
|
Constructor | Description |
---|---|
UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature reason,
ZipEntry entry) |
Creates an exception.
|
Modifier and Type | Method | 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()