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