UnsupportedZipFeatureException

Creates an exception when the whole archive uses an unsupported feature.

Since

1.5

Parameters

reason

the feature that is not supported


Creates an exception.

Parameters

reason

the feature that is not supported

entry

the entry using the feature


constructor(method: ZipMethod, entry: ZipArchiveEntry)

Creates an exception for archives that use an unsupported compression algorithm.

Since

1.5

Parameters

method

the method that is not supported

entry

the entry using the feature