120121122123124125126127128129130
if (t != null) { tagletMap.remove(tag.getName()); } tagletMap.put(tag.getName(), tag); } catch (Throwable t) { t.printStackTrace(System.err); throw new RuntimeException(t); } } }