@Override
 public void onException(File file, Exception e) {
   try {
     reportException(e);
   } finally {
     fileConsumer.onException(file, e);
   }
 }