Add logging for possible INRE during tree modification

This commit is contained in:
Sergey Malenkov
2018-10-09 20:13:35 +03:00
parent ae70f98c17
commit 5743be2081
@@ -45,6 +45,7 @@ public abstract class AbstractTreeStructureBase extends AbstractTreeStructure {
if (elements.stream().anyMatch(Objects::isNull)) LOG.error("provider creates null child: " + provider);
}
catch (IndexNotReadyException e) {
LOG.debug("TreeStructureProvider.modify requires indices", e);
throw new ProcessCanceledException(e);
}
catch (ProcessCanceledException e) {