Stay organized with collections
Save and categorize content based on your preferences.
ZipError
open class ZipError : InternalError
Signals that an unrecoverable error has occurred.
Summary
Public constructors |
Constructs a ZipError with the given detail message.
|
Public constructors
ZipError
ZipError(s: String!)
Constructs a ZipError with the given detail message.
Parameters |
s |
String!: the String containing a detail message |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ZipError\n\nAdded in [API level 9](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nZipError\n========\n\n```\nopen class ZipError : InternalError\n```\n\n|---|---|---|---|---|-----------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||||||\n| ↳ | [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |||||\n| | ↳ | [java.lang.Error](../../lang/Error.html#) ||||\n| | | ↳ | [java.lang.VirtualMachineError](../../lang/VirtualMachineError.html#) |||\n| | | | ↳ | [java.lang.InternalError](../../lang/InternalError.html#) ||\n| | | | | ↳ | [java.util.zip.ZipError](#) |\n\nSignals that an unrecoverable error has occurred.\n\nSummary\n-------\n\n| Public constructors ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [ZipError](#ZipError(kotlin.String))`(`s:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` Constructs a ZipError with the given detail message. |\n\nPublic constructors\n-------------------\n\n### ZipError\n\nAdded in [API level 9](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nZipError(s: String!)\n```\n\nConstructs a ZipError with the given detail message.\n\n| Parameters ||\n|-----|-----------------------------------------------------------------------------------------------------------------------------|\n| `s` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!: the `String` containing a detail message |"]]