REPLACE_EXC
(e, "\n" <<
xcontext.fileName() << ":" <<
inst->lineNumber() << ": " << e);
inst->lineNumber() << ": " << e.what());
throw e;
}