161162163164165166167168169170171
* now try and execute. If we get a MIE, throw that * as the app wants to get these. If not, log and punt. */ try { return vg.invoke(o); } catch(InvocationTargetException ite) { EventCartridge ec = context.getEventCartridge();