Searched refs:mThrowables (Results 1 – 1 of 1) sorted by relevance
30 private final Map<Object, Throwable> mThrowables = new HashMap<>(); field in MappedMultiException35 mThrowables.putAll(throwables); in MappedMultiException()55 if (mThrowables.isEmpty()) { in getMessage()63 mThrowables in getMessage()68 .toArray(new String[mThrowables.size()]))); in getMessage()