Searched refs:failedMap (Results 1 – 1 of 1) sorted by relevance
100 Map<String, RuntimeException> failedMap = new HashMap<>(); in applyLogicsFor() local114 failedMap.put(description, re); in applyLogicsFor()120 } else if (failedMap.size() > 0) { in applyLogicsFor()121 throwAggregatedException(failedMap, true); in applyLogicsFor()