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 Stringcontaining a detail message | 
