22 #ifndef UtilExceptions_h 23 #define UtilExceptions_h 52 : std::runtime_error(
"Process Error") {}
56 : std::runtime_error(msg) {}
81 : std::runtime_error(
"Empty Data") {}
94 : std::runtime_error(msg) {}
134 : std::runtime_error(
"Out Of Bounds") {}
147 : std::runtime_error(
"Unknown Element") {}
151 : std::runtime_error(msg) {}
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