38 #include <rclcpp/logger.hpp>
39 #include <rclcpp/logging.hpp>
44 static const rclcpp::Logger LOGGER = rclcpp::get_logger(
"moveit_exceptions.exceptions");
48 RCLCPP_ERROR(LOGGER,
"Error during construction of object: %s\nException thrown.", what_arg.c_str());
53 RCLCPP_ERROR(LOGGER,
"%s\nException thrown.", what_arg.c_str());
ConstructException(const std::string &what_arg)
Exception(const std::string &what_arg)
Main namespace for MoveIt.