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