Home
last modified time | relevance | path

Searched refs:appendCause (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DExceptionUtils.java65 …public static @NonNull <E extends Throwable> E appendCause(@NonNull E t, @Nullable Throwable cause… in appendCause() method in ExceptionUtils
86 ExceptionUtils.appendCause(t2, t)); in wrappingExceptions()
DMatcherUtils.java137 throw ExceptionUtils.appendCause(err, exception);
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExceptionUtils.java38 public static <E extends Throwable> E appendCause(E t, Throwable cause) { in appendCause() method in ExceptionUtils
DMatcherUtils.java119 throw ExceptionUtils.appendCause(err, exception);