void handle(const LuceneException& t) {
     FAIL() << t.getError();
     SyncLock syncLock(&failures);
     failures.add(t);
 }