Be more specific about what we catch.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2741 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -502,8 +502,10 @@ public class Table<T>
|
||||
for (int i = f.length; --i>= 0;) {
|
||||
setBypass.invoke(f[i], bypassFlag);
|
||||
}
|
||||
} catch(Exception ex) {
|
||||
System.err.println("Failed to set bypass attribute");
|
||||
} catch (IllegalAccessException iae) {
|
||||
System.err.println("Failed to set bypass attribute: " + iae);
|
||||
} catch (InvocationTargetException ite) {
|
||||
System.err.println("Failed to set bypass attribute: " + ite);
|
||||
}
|
||||
|
||||
int n = 0;
|
||||
|
||||
Reference in New Issue
Block a user