Added in API level 9

ZipError

open class ZipError : InternalError
kotlin.Any
   โ†ณ kotlin.Throwable
   โ†ณ java.lang.Error
   โ†ณ java.lang.VirtualMachineError
   โ†ณ java.lang.InternalError
   โ†ณ java.util.zip.ZipError

Signals that an unrecoverable error has occurred.

Summary

Public constructors

Constructs a ZipError with the given detail message.

Public constructors

ZipError

Added in API level 9
ZipError(s: String!)

Constructs a ZipError with the given detail message.

Parameters
s String!: the String containing a detail message