Stay organized with collections
Save and categorize content based on your preferences.
LambdaConversionException
open class LambdaConversionException : Exception
LambdaConversionException
Summary
Public constructors |
Constructs a LambdaConversionException .
|
Constructs a LambdaConversionException with a message.
|
Constructs a LambdaConversionException with a message and cause.
|
Constructs a LambdaConversionException with a message, cause, and other settings.
|
Constructs a LambdaConversionException with a cause.
|
Public constructors
LambdaConversionException
LambdaConversionException()
Constructs a LambdaConversionException
.
LambdaConversionException
LambdaConversionException(message: String!)
Constructs a LambdaConversionException
with a message.
Parameters |
message |
String!: the detail message |
LambdaConversionException
LambdaConversionException(
message: String!,
cause: Throwable!)
Constructs a LambdaConversionException
with a message and cause.
LambdaConversionException
LambdaConversionException(
message: String!,
cause: Throwable!,
enableSuppression: Boolean,
writableStackTrace: Boolean)
Constructs a LambdaConversionException
with a message, cause, and other settings.
Parameters |
message |
String!: the detail message |
cause |
Throwable!: the cause |
enableSuppression |
Boolean: whether or not suppressed exceptions are enabled |
writableStackTrace |
Boolean: whether or not the stack trace is writable |
LambdaConversionException
LambdaConversionException(cause: Throwable!)
Constructs a LambdaConversionException
with a cause.
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,["# LambdaConversionException\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nLambdaConversionException\n=========================\n\n```\nopen class LambdaConversionException : Exception\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.Exception](../Exception.html#) ||\n| | | ↳ | [java.lang.invoke.LambdaConversionException](#) |\n\nLambdaConversionException\n\nSummary\n-------\n\n| Public constructors ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [LambdaConversionException](#LambdaConversionException())`()` Constructs a `LambdaConversionException`. |\n| [LambdaConversionException](#LambdaConversionException(kotlin.String))`(`message:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` Constructs a `LambdaConversionException` with a message. |\n| [LambdaConversionException](#LambdaConversionException(kotlin.String,%20kotlin.Throwable))`(`message:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`, `cause:` `[Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)!`)` Constructs a `LambdaConversionException` with a message and cause. |\n| [LambdaConversionException](#LambdaConversionException(kotlin.String,%20kotlin.Throwable,%20kotlin.Boolean,%20kotlin.Boolean))`(`message:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`, `cause:` `[Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)!`, `enableSuppression:` `[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)`, `writableStackTrace:` `[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)`)` Constructs a `LambdaConversionException` with a message, cause, and other settings. |\n| [LambdaConversionException](#LambdaConversionException(kotlin.Throwable))`(`cause:` `[Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)!`)` Constructs a `LambdaConversionException` with a cause. |\n\nPublic constructors\n-------------------\n\n### LambdaConversionException\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nLambdaConversionException()\n```\n\nConstructs a `LambdaConversionException`. \n\n### LambdaConversionException\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nLambdaConversionException(message: String!)\n```\n\nConstructs a `LambdaConversionException` with a message.\n\n| Parameters ||\n|-----------|-------------------------------------------------------------------------------------------------------|\n| `message` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!: the detail message |\n\n### LambdaConversionException\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nLambdaConversionException(\n message: String!, \n cause: Throwable!)\n```\n\nConstructs a `LambdaConversionException` with a message and cause.\n\n| Parameters ||\n|-----------|-------------------------------------------------------------------------------------------------------|\n| `message` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!: the detail message |\n| `cause` | [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)!: the cause |\n\n### LambdaConversionException\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nLambdaConversionException(\n message: String!, \n cause: Throwable!, \n enableSuppression: Boolean, \n writableStackTrace: Boolean)\n```\n\nConstructs a `LambdaConversionException` with a message, cause, and other settings.\n\n| Parameters ||\n|----------------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| `message` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!: the detail message |\n| `cause` | [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)!: the cause |\n| `enableSuppression` | [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html): whether or not suppressed exceptions are enabled |\n| `writableStackTrace` | [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html): whether or not the stack trace is writable |\n\n### LambdaConversionException\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nLambdaConversionException(cause: Throwable!)\n```\n\nConstructs a `LambdaConversionException` with a cause.\n\n| Parameters ||\n|---------|----------------------------------------------------------------------------------------------------|\n| `cause` | [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)!: the cause |"]]