31 virtual const char *what()
const throw () {
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_;
Base exception type that uses tbb_exception if GTSAM is compiled with TBB.
Definition: ThreadsafeException.h:39
Definition: QPSParserException.h:23
Global functions in a separate testing namespace.
Definition: chartTesting.h:28