Added in API level 36
StringConcatException
open class StringConcatException : Exception
| kotlin.Any | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | java.lang.invoke.StringConcatException | ||
StringConcatException is thrown by StringConcatFactory when linkage invariants are violated.
Summary
| Public constructors | |
|---|---|
StringConcatException(msg: String!)Constructs an exception with a message |
|
StringConcatException(msg: String!, cause: Throwable!)Constructs an exception with a message and a linked throwable |
|
Public constructors
StringConcatException
Added in API level 36
StringConcatException(msg: String!)
Constructs an exception with a message
| Parameters | |
|---|---|
msg |
String!: exception message |
StringConcatException
Added in API level 36
StringConcatException(
msg: String!,
cause: Throwable!)
Constructs an exception with a message and a linked throwable
| Parameters | |
|---|---|
msg |
String!: exception message |
cause |
Throwable!: throwable cause |