107108109110111112113114115116117
try { TemplateTokenizer tt = new TemplateTokenizer(this); for (Token builder : tt) { cb.addBuilder(builder); } dm.endParse(this); break; } catch (ExitInstruction e) { dm.endParse(this); break; } catch (RewindableException e) {
110111112113114115116117118119120
cb.addBuilder(builder); } dm.endParse(this); break; } catch (ExitInstruction e) { dm.endParse(this); break; } catch (RewindableException e) { dm.endParse(this); if (null != cb.requiredDialect) { throw e;
113114115116117118119120121122123
break; } catch (ExitInstruction e) { dm.endParse(this); break; } catch (RewindableException e) { dm.endParse(this); if (null != cb.requiredDialect) { throw e; } } catch (RuntimeException e) { dm.endParse(this);
118119120121122123124125126127128
dm.endParse(this); if (null != cb.requiredDialect) { throw e; } } catch (RuntimeException e) { dm.endParse(this); throw e; } } }