mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
indexes: improve exception message
GitOrigin-RevId: 8a6f503e6f89d7fbda677b80bbb479f574b1430d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
477c4fabb7
commit
0c8444b47d
@@ -297,7 +297,7 @@ public abstract class MapReduceIndex<Key,Value, Input> implements InvertedIndex<
|
||||
throw e;
|
||||
}
|
||||
catch (Exception e) {
|
||||
throw new MapInputException("Failed to map data for input " + inputId, e);
|
||||
throw new MapInputException("Failed to map data for input " + inputId + " for index " + myIndexId.getName(), e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user