Searched refs:bExceptions (Results 1 – 1 of 1) sorted by relevance
365 private static Class<?>[] intersectExceptions(Class<?>[] aExceptions, Class<?>[] bExceptions) { in intersectExceptions() argument366 if (aExceptions.length == 0 || bExceptions.length == 0) { in intersectExceptions()369 if (Arrays.equals(aExceptions, bExceptions)) { in intersectExceptions()374 for (Class<?> b : bExceptions) { in intersectExceptions()