Home
last modified time | relevance | path

Searched defs:propagate (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/util/
DExceptionUtils.java75 public static <E extends Exception> RuntimeException propagate(@NonNull Throwable t, Class<E> c) in propagate() method in ExceptionUtils
82 public static RuntimeException propagate(@NonNull Throwable t) { in propagate() method in ExceptionUtils