if (_configException == null)
_configException = e;
}
ScanManager scanManager = new ScanManager(_scanListeners);
for (int i = 0; i < rootListSize; i++) {
ScanRoot root = rootList.get(i);
scanManager.scan(this, root.getUrl(), root.getPackageName());
}
}
// configureEnhancerEvent();
} catch (Exception e) {