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