}
throw new ConfigurationException("Unable to init mailet " + mailetClassName, ex);
}
if (matcher != null && mailet != null) {
pairs.add(new MatcherMailetPair(matcher, mailet));
} else {
throw new ConfigurationException("Unable to load Mailet or Matcher");
}
}
}