Révision 3127
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/corpus/CQPCorpus.java (revision 3127) | ||
---|---|---|
1442 | 1442 |
} |
1443 | 1443 |
catch (Exception e) { |
1444 | 1444 |
org.txm.utils.logger.Log.printStackTrace(e); |
1445 |
throw new CqiClientException(e); |
|
1445 |
String error = "???"; |
|
1446 |
try { |
|
1447 |
error = CorpusManager.getCorpusManager().getCqiClient().getLastCQPError(); |
|
1448 |
} catch (Exception e1) { |
|
1449 |
Log.severe(e1); |
|
1450 |
} |
|
1451 |
throw new CqiClientException(error); |
|
1446 | 1452 |
} |
1447 | 1453 |
// long end = System.currentTimeMillis(); |
1448 | 1454 |
// Log.finest(Messages.RETURN_FROM_QUERY+ " " + queryResult.getNMatch() + " " + |
Formats disponibles : Unified diff