// 12
final Throwable[] exceptionList2 = {
new ConfigurationException(""),
new ConfigurationNotFoundException(""),
new NoSuchEntryException(""),
new Error() };
for (int e = 0; e < exceptionList2.length; ++e) {
Throwable testException = exceptionList2[e];
logger.log(Level.INFO, "-- subcase: " + testException);
conf = new FakeAbstractConfiguration();