216217218219220221222223224225226
} catch (final Throwable ex) { LOG.error(ex); report.setException(ex); } finally { report.stop(); Shared.closeStreamSource(instance); Shared.closeStreamSources(grammars); }
273274275276277278279280281282283
} catch (final Throwable ex) { LOG.error(ex); report.setException(ex); } finally { report.stop(); Shared.closeInputSource(instance); } // Create response
176177178179180181182183184185186
report.setException(ex); } finally { Shared.closeInputSource(instance); Shared.closeInputSource(grammar); report.stop(); } // Create response if (isCalledAs("jing")) { final Sequence result = new ValueSequence();