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