dumpTree(new HashMap<Object, String>(), e, name, (Value) result, member);
// now sort according to our criteria
treeResults(sb, e, member, printPath);
} else
throw new NoSuchVariableException(result);
out(sb.toString());
} catch (NoSuchVariableException nsv) {
Map<String, Object> args = new HashMap<String, Object>();
args.put("variable", nsv.getMessage()); //$NON-NLS-1$