for ( Object item : unmatched ) {
destinationCollection.remove( item );
}
}
} catch ( InstantiationException exception ) {
throw new MatcherInitializationException( matcherClass, exception );
} catch ( IllegalAccessException exception ) {
throw new MatcherInitializationException( matcherClass, exception );
}
}