8687888990919293949596
Throwable error = null; try { Map<String, Object> map = new HashMap<String, Object>(); deser.parseMap(parser, map, new TypeReference<TreeMap>() { }.getType(), null); } catch (Throwable ex) { error = ex; }
105106107108109110111112113114115