173 IOError(
const std::string& message);
177#ifdef MSVC_TEST_SERVER
179#define SOFT_ASSERT(expr) if (!(expr)) {throw ProcessError(TL("should not happen"));}
181#define SOFT_ASSERT(expr)
184#define SOFT_ASSERT(expr) assert(expr);
IOError(const std::string &message)
constructor
InvalidArgument(const std::string &message)
constructor
OutOfBoundsException(const std::string &msg=TL("Out Of Bounds"))
constructor
ProcessError()
constructor
std::string myTrace
exception trace
void processTrace()
process trace
const std::string & getTrace() const
get trace
UnknownElement()
constructor