20 #ifndef UtilExceptions_h 21 #define UtilExceptions_h 44 : std::runtime_error(
"Process Error") {}
48 : std::runtime_error(msg) {}
155 #ifdef MSVC_TEST_SERVER 157 #define SOFT_ASSERT(expr) if (!(expr)) {throw ProcessError("should not happen");} 159 #define SOFT_ASSERT(expr) 162 #define SOFT_ASSERT(expr) assert(expr);
ProcessError(const std::string &msg)
constructor
OutOfBoundsException()
constructor
InvalidArgument(const std::string &message)
constructor
IOError(const std::string &message)
constructor
UnknownElement(const std::string &msg)
constructor
ProcessError()
constructor
UnknownElement()
constructor