Summary:
Ctors
| Inherited Methods
StringConcatException
public
class
StringConcatException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | java.lang.invoke.StringConcatException |
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
public StringConcatException (String msg)
Constructs an exception with a message
Parameters | |
---|---|
msg |
String : exception message |