55 explicit Exception(
const std::string& what_arg);
This may be thrown during construction of objects if errors occur.
ConstructException(const std::string &what_arg)
This may be thrown if unrecoverable errors occur.
Exception(const std::string &what_arg)
Main namespace for MoveIt.