m_bookmarkList.insert(m_addBkmrk++, name, null);
}
} else {
/* Error: Feed already exists with name (name) */
/*. Existing feed not updated. */
CauseException ce = new CauseException(
ResourceProviderME.get("exc.fd.ex", name));
m_loadForm.appendMsg(ce.getMessage());
m_loadForm.addExc(ce);
notesShown = true;
}
}
}