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 | |
---|---|
Constructs a |
|
ZipException(s: String!) Constructs a |
Public constructors
ZipException
Added in API level 1
ZipException()
Constructs a ZipException
with null
as its error detail message.
ZipException
Added in API level 1
ZipException(s: String!)
Constructs a ZipException
with the specified detail message.
Parameters | |
---|---|
s |
String!: the detail message. |