Added in API level 36

StringConcatException

public class StringConcatException
extends Exception



StringConcatException is thrown by ERROR(/StringConcatFactory) when linkage invariants are violated.

Summary

Public constructors

StringConcatException(String msg)

Constructs an exception with a message

StringConcatException(String msg, Throwable cause)

Constructs an exception with a message and a linked throwable

Inherited methods

Public constructors

StringConcatException

Added in API level 36
public StringConcatException (String msg)

Constructs an exception with a message

Parameters
msg String: exception message

StringConcatException

Added in API level 36
public StringConcatException (String msg, 
                Throwable cause)

Constructs an exception with a message and a linked throwable