23 #ifndef UtilExceptions_h 24 #define UtilExceptions_h 53 : std::runtime_error(
"Process Error") {}
57 : std::runtime_error(msg) {}
82 : std::runtime_error(
"Empty Data") {}
95 : std::runtime_error(msg) {}
135 : std::runtime_error(
"Out Of Bounds") {}
148 : std::runtime_error(
"Unknown Element") {}
152 : 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