try {
this.processFilesForModuleInfoAndScan();
} catch (final Throwable e) {
final CheckStylePluginException processedError = CheckStylePlugin.processError(
"An error occurred during a file scan.", e);
if (processedError != null) {
LOG.error("An error occurred while scanning a file.",
processedError);