#include "texception.h" #include "tconvert.h" TException::TException(const std::string &msg) { m_msg = toWideString(msg); } /* ostream& operator<<(ostream &out, const TException &e) { return out<