hpp-core  4.9.0
Implement basic classes for canonical path planning for kinematic chains.
hpp::core::projection_error Struct Reference

#include <hpp/core/projection-error.hh>

Inheritance diagram for hpp::core::projection_error:
Collaboration diagram for hpp::core::projection_error:

Public Member Functions

 projection_error ()
 
 projection_error (const std::string &msg)
 
 projection_error (const projection_error &other)
 
virtual ~projection_error () _GLIBCXX_USE_NOEXCEPT
 
virtual const char * what () const throw ()
 

Public Attributes

std::string msg_
 

Constructor & Destructor Documentation

◆ projection_error() [1/3]

hpp::core::projection_error::projection_error ( )
inline

◆ projection_error() [2/3]

hpp::core::projection_error::projection_error ( const std::string &  msg)
inline

◆ projection_error() [3/3]

hpp::core::projection_error::projection_error ( const projection_error other)
inline

◆ ~projection_error()

virtual hpp::core::projection_error::~projection_error ( )
inlinevirtual

Member Function Documentation

◆ what()

virtual const char* hpp::core::projection_error::what ( ) const
throw (
)
inlinevirtual

Member Data Documentation

◆ msg_

std::string hpp::core::projection_error::msg_

The documentation for this struct was generated from the following file: