Skip to content
Snippets Groups Projects
Commit 26223bde authored by Sven Robertz's avatar Sven Robertz
Browse files

cleanup?

parent 2bcaa665
No related branches found
No related tags found
No related merge requests found
...@@ -83,33 +83,11 @@ public class TestLabCommCompiler { ...@@ -83,33 +83,11 @@ public class TestLabCommCompiler {
try { try {
m = hc.getDeclaredMethod("handle_foo", fc); m = hc.getDeclaredMethod("handle_foo", fc);
m.invoke(h, f); m.invoke(h, f);
} catch (SecurityException e) { } catch (Throwable e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (NoSuchMethodException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IllegalArgumentException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (InvocationTargetException e) {
// TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
} }
} catch (ClassNotFoundException e) { } catch (Throwable e) {
e.printStackTrace();
} catch (InstantiationException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IllegalAccessException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (SecurityException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (NoSuchFieldException e) {
// TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment