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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user