As Ray points out, iae's more useful as the second arg to our new

exception than in the log message.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5777 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2009-05-12 21:33:46 +00:00
parent cd07e3a9ee
commit bba179b372
@@ -71,7 +71,7 @@ public class TabbedDSetEditor<E extends DSet.Entry> extends JPanel
}
} catch (IllegalAccessException iae) {
throw new IllegalArgumentException(Logger.format(
"Could not access group field on entry", "groupField", groupField, iae));
"Could not access group field on entry", "groupField", groupField), iae);
}
JTabbedPane tabs = new JTabbedPane();