| Modifier and Type | Method and Description |
|---|---|
static <T extends Throwable,T1 extends T,T2 extends T> |
chain(T1 e1,
T2 e2)
Allows building a chain of exceptions.
|
@CheckForNull public static <T extends Throwable,T1 extends T,T2 extends T> T chain(@CheckForNull T1 e1, @CheckForNull T2 e2)
T - The widened return type.T1 - The type of first exception.T2 - The type of second exception.e1 - The first exception (or null).e2 - The second exception (or null).Copyright © 2004–2020. All rights reserved.