Searched defs:hasCause (Results 1 – 2 of 2) sorted by relevance
47 public static <T extends Throwable> Matcher<T> hasCause(final Matcher<?> matcher) { in hasCause() method in ThrowableCauseMatcher
493 public static boolean hasCause(Throwable chain, in hasCause() method in ExceptionUtils