530531532533534535536537538539540
while (i.hasNext()) { Action action = i.next(); try { action.execute(context); } catch (Exception e) { if (action instanceof AdvancedAction) {
493494495496497498499500501502503