31 const char *what()
const noexcept override {
32 if (description_.empty())
33 description_ =
"There is a problem parsing the QPS file.\n";
34 return description_.c_str();
38 mutable std::string description_;
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
Base exception type that uses tbb_allocator if GTSAM is compiled with TBB.
Definition: ThreadsafeException.h:42
Definition: QPSParserException.h:23