public class ExceptionMatcher
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<TypeReference> |
getRetainedExceptions() |
static boolean |
isFiltered(java.util.Collection<TypeReference> thrownExceptions,
java.util.Collection<FilteredException> filteredExceptions,
ClassHierarchy cha) |
static java.util.Set<TypeReference> |
retainedExceptions(java.util.Collection<TypeReference> thrownExceptions,
java.util.Collection<FilteredException> filteredExceptions,
ClassHierarchy cha)
Returns all exceptions of thrownExceptions which are not filtered by filteredExceptions
|
public static boolean isFiltered(java.util.Collection<TypeReference> thrownExceptions, java.util.Collection<FilteredException> filteredExceptions, ClassHierarchy cha)
public static java.util.Set<TypeReference> retainedExceptions(java.util.Collection<TypeReference> thrownExceptions, java.util.Collection<FilteredException> filteredExceptions, ClassHierarchy cha)
public java.util.Set<TypeReference> getRetainedExceptions()