Added in API level 1
ZipException
open class ZipException : IOException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | java.util.zip.ZipException | |||
Signals that a Zip exception of some sort has occurred.
Summary
Public constructors |
|
|---|---|
<init>()Constructs a |
|
|
Constructs a |
|
Public constructors
<init>
Added in API level 1
ZipException()
Constructs a ZipException with null as its error detail message.
<init>
Added in API level 1
ZipException(s: String!)
Constructs a ZipException with the specified detail message.
| Parameters | |
|---|---|
s |
String!: the detail message. |