// Making an exception here and catching this fatal error.
// This is an exception because library paths come thru this
// code path and we don't want to throw all of the libraries
// out because one of the paths is bad. We want to load as
// many libraries as we can an report the ones we couldn't load.
configurationProblems.add(new ConfigurationProblem(e));
}
}
return resolvedPaths.build();
}