Added in API level 36
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
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
    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
| Parameters | |
|---|---|
msg | 
        
          String: exception message | 
      
cause | 
        
          Throwable: throwable cause |