def _persistent(self): return rt._str(self)
def _conj(self, val): return self.add_str(rt.name(rt._str(val)))
def __repr__(self): import pixie.vm.rt as rt return u"RuntimeException(" + rt._str(self._data)._str + u") \n" + u"\n".join(self._trace)