|
RTC Toolkit 5.1.0
|
The NotImplementedException is thrown whenever an attempt is made to use a feature or function that has not been implemented. More...
#include <rtctk/componentFramework/exceptions.hpp>
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 | |
| ~RtctkException () override=default | |
The NotImplementedException is thrown whenever an attempt is made to use a feature or function that has not been implemented.
|
explicit |