// Put a fancy error message on the list!
clear();
effectiveCache = new LinkedList<ListWidgetItem>();
//String error = e1.getClass().getSimpleName().replaceAll("Exception", "");
//error = error.replaceAll("([A-Z])", " $1").trim();
effectiveCache.add(new GenericListWidgetItem(ChatColor.RED + "Could not load items!", e1.getMessage(), ""));
return;
} catch (Exception e) {
}
finally {
setLoading(false);