Stay organized with collections
Save and categorize content based on your preferences.
open class GenericSignatureFormatError : ClassFormatError
Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.
Summary
Public constructors |
Constructs a new GenericSignatureFormatError .
|
Constructs a new GenericSignatureFormatError with the specified message.
|
Public constructors
GenericSignatureFormatError()
Constructs a new GenericSignatureFormatError
.
GenericSignatureFormatError(message: String!)
Constructs a new GenericSignatureFormatError
with the specified message.
Parameters |
message |
String!: the detail message, may be null |
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,["# GenericSignatureFormatError\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nGenericSignatureFormatError\n===========================\n\n```\nopen class GenericSignatureFormatError : ClassFormatError\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](../Error.html#) ||||\n| | | ↳ | [java.lang.LinkageError](../LinkageError.html#) |||\n| | | | ↳ | [java.lang.ClassFormatError](../ClassFormatError.html#) ||\n| | | | | ↳ | [java.lang.reflect.GenericSignatureFormatError](#) |\n\nThrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.\n\nSummary\n-------\n\n| Public constructors ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [GenericSignatureFormatError](#GenericSignatureFormatError())`()` Constructs a new `GenericSignatureFormatError`. |\n| [GenericSignatureFormatError](#GenericSignatureFormatError(kotlin.String))`(`message:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` Constructs a new `GenericSignatureFormatError` with the specified message. |\n\nPublic constructors\n-------------------\n\n### GenericSignatureFormatError\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nGenericSignatureFormatError()\n```\n\nConstructs a new `GenericSignatureFormatError`. \n\n### GenericSignatureFormatError\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nGenericSignatureFormatError(message: String!)\n```\n\nConstructs a new `GenericSignatureFormatError` with the specified message.\n\n| Parameters ||\n|-----------|----------------------------------------------------------------------------------------------------------------------|\n| `message` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!: the detail message, may be `null` |"]]