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

Constructs an exception with a message

Constructs an exception with a message and a linked throwable

Public constructors

StringConcatException

StringConcatException(msg: String!)

Constructs an exception with a message

Parameters
msg String!: exception message

StringConcatException

StringConcatException(
    msg: String!,
    cause: Throwable!)

Constructs an exception with a message and a linked throwable

Parameters
msg String!: exception message
cause Throwable!: throwable cause