RTC Toolkit  2.0.0
Public Member Functions | List of all members
rtctk::componentFramework::NotImplementedException Class Reference

The NotImplementedException is thrown whenever an attempt is made to use a feature or function that has not been implemented. More...

#include <exceptions.hpp>

Inheritance diagram for rtctk::componentFramework::NotImplementedException:
rtctk::componentFramework::RtctkException

Public Member Functions

 NotImplementedException (const std::string &feature)
 
- Public Member Functions inherited from rtctk::componentFramework::RtctkException
 RtctkException () noexcept
 
 RtctkException (const std::string &msg)
 
 RtctkException (const RtctkException &other) noexcept
 
virtual ~RtctkException () override=default
 

Detailed Description

The NotImplementedException is thrown whenever an attempt is made to use a feature or function that has not been implemented.

Constructor & Destructor Documentation

◆ NotImplementedException()

rtctk::componentFramework::NotImplementedException::NotImplementedException ( const std::string &  feature)
explicit

The documentation for this class was generated from the following files: