Class MoveItErrorCodeException

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Type

Class Documentation

class MoveItErrorCodeException : public std::runtime_error

Exception storing an moveit_msgs::msg::MoveItErrorCodes value.

Subclassed by pilz_industrial_motion_planner::TemplatedMoveItErrorCodeException< ERROR_CODE >

Public Functions

inline MoveItErrorCodeException(const std::string &msg)
virtual const moveit_msgs::msg::MoveItErrorCodes::_val_type &getErrorCode() const = 0

Protected Functions

MoveItErrorCodeException(const MoveItErrorCodeException&) = default
MoveItErrorCodeException(MoveItErrorCodeException&&) = default
~MoveItErrorCodeException() override = default
MoveItErrorCodeException &operator=(const MoveItErrorCodeException&) = default
MoveItErrorCodeException &operator=(MoveItErrorCodeException&&) = default