118119120121122123124125126127128
condition.setCell("exceptionStackTrace", runtime.newList(ob)); runtime.withReturningRestart("ignore", context, new RunnableWithControlFlow() { public void run() throws ControlFlow { runtime.errorCondition(condition); }}); } return line; } }));