157158159160161162163164165166167
* 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) { /* * if we have an event cartridge, see if it wants to veto
175176177178179180181182183184185
193194195196197198199200201202203
152153154155156157158159160161162
* 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();
161162163164165166167168169170171
177178179180181182183184185186187
194195196197198199200201202203204
197198199200201202203204205206207