686970717273747576
this.message = message; } public void execute(Environment env) throws TemplateException { if (message == null) { throw new StopException(env); } throw new StopException(env, message.getStringValue(env)); }
7879808182838485
{ nestedBlock.execute(env); } else { throw new StopException(env, "Stopped by debugger"); } }