Searched refs:skippedMap (Results 1 – 1 of 1) sorted by relevance
97 Map<String, RuntimeException> skippedMap = new HashMap<>(); in applyLogicsFor() local106 skippedMap.put(description, re); in applyLogicsFor()114 if (skippedMap.size() == rulesLists.size()) { in applyLogicsFor()115 throwAggregatedException(skippedMap, false); in applyLogicsFor()