Searched refs:aExceptions (Results 1 – 2 of 2) sorted by relevance
729 private static Class<?>[] intersectExceptions(Class<?>[] aExceptions, Class<?>[] bExceptions) { in intersectExceptions() argument730 if (aExceptions.length == 0 || bExceptions.length == 0) { in intersectExceptions()733 if (Arrays.equals(aExceptions, bExceptions)) { in intersectExceptions()734 return aExceptions; in intersectExceptions()737 for (Class<?> a : aExceptions) { in intersectExceptions()
59 java.lang.Class<?>[] aExceptions, java.lang.Class<?>[] bExceptions) { in intersectExceptions() argument