110111112113114115116117118119120
} catch (ParseException e) { throw e; } catch (Exception e) { throw new ParseException(e); } finally { textStatFactory.finishTemplateParser(template); if (lexer != null) { try { lexer.yyclose(); } catch (IOException ignore) { }