hpp::core::JointBoundException Class Reference

Exception thrown when a configuration is not within the bounds. More...

#include <hpp/core/joint-bound-validation.hh>

Inheritance diagram for hpp::core::JointBoundException:
Collaboration diagram for hpp::core::JointBoundException:

Public Member Functions

 JointBoundException (const std::string &what, const JointPtr_t &joint, size_type rank, value_type lowerBound, value_type upperBound, value_type value)
 

Public Attributes

JointPtr_t joint_
 Joint the configuration value is out of bounds. More...
 
size_type rank_
 degree of freedom in the joint (usually 0) More...
 
value_type lowerBound_
 lower bound More...
 
value_type upperBound_
 upper bound More...
 
value_type value_
 configuration value More...
 

Detailed Description

Exception thrown when a configuration is not within the bounds.

Constructor & Destructor Documentation

◆ JointBoundException()

hpp::core::JointBoundException::JointBoundException ( const std::string &  what,
const JointPtr_t joint,
size_type  rank,
value_type  lowerBound,
value_type  upperBound,
value_type  value 
)
inline

Member Data Documentation

◆ joint_

JointPtr_t hpp::core::JointBoundException::joint_

Joint the configuration value is out of bounds.

◆ lowerBound_

value_type hpp::core::JointBoundException::lowerBound_

lower bound

◆ rank_

size_type hpp::core::JointBoundException::rank_

degree of freedom in the joint (usually 0)

◆ upperBound_

value_type hpp::core::JointBoundException::upperBound_

upper bound

◆ value_

value_type hpp::core::JointBoundException::value_

configuration value