LambdaConversionException
open class LambdaConversionException : Exception
| kotlin.Any | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | java.lang.invoke.LambdaConversionException | ||
LambdaConversionException
Summary
| Public constructors | |
|---|---|
| Constructs a  | |
| LambdaConversionException(message: String!)Constructs a  | |
| LambdaConversionException(message: String!, cause: Throwable!)Constructs a  | |
| LambdaConversionException(message: String!, cause: Throwable!, enableSuppression: Boolean, writableStackTrace: Boolean)Constructs a  | |
| LambdaConversionException(cause: Throwable!)Constructs a  | |
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.
| Parameters | |
|---|---|
| message | String!: the detail message | 
| cause | Throwable!: the 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.
| Parameters | |
|---|---|
| cause | Throwable!: the cause | 
