iTunesApplication omgeschreven naar bestaande iTunes wrapper. Kleine aanpassingen gemaakt in deze wrapper mbt flexibiliteit. Aantal debug teksten afgedrukt over actions, targets en applications. Serieus overwegen van een nette log module hiervoor!

This commit is contained in:
2011-02-09 09:45:30 +00:00
parent 89d16792ae
commit a20802afcc
34 changed files with 138 additions and 7239 deletions

View File

@@ -48,8 +48,12 @@ public enum Action {
getMethod(object).invoke(object);
return;
} catch (IllegalArgumentException e) {
e.printStackTrace();
} catch (IllegalAccessException e) {
} catch (InvocationTargetException e) {}
e.printStackTrace();
} catch (InvocationTargetException e) {
e.printStackTrace();
}
throw new InvokeActionException();
// Todo: informatie doorgeven over wat er precies is foutgegaan
}