// source column is not exposed ("sourceColumn" in "body")
String sourceText = body.sourceLineText();
ValueMirror mirror = valueLoader.addDataToMap(exception);
return new ExceptionDataImpl(internalContext,
mirror,
EXCEPTION_NAME,
body.uncaught(),
sourceText,
exception.text());