UnsupportedZipFeatureException

Exception thrown when attempting to read or write data for a zip entry that uses ZIP features not supported by this library.

Since

1.1

Constructors

Link copied to clipboard
Creates an exception when the whole archive uses an unsupported feature.
Creates an exception.
constructor(method: ZipMethod, entry: ZipArchiveEntry)
Creates an exception for archives that use an unsupported compression algorithm.

Types

Link copied to clipboard
open class Feature : Serializable
ZIP Features that may or may not be supported.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
The unsupported feature that has been used.
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun setStackTrace(stackTrace: Array<StackTraceElement>)
Link copied to clipboard
open fun toString(): String