IOLink
IOL_v1.6.1_release
|
'Not implemented' error raised when a 'not available' method is called. More...
#include <iolink/Error.h>
Public Member Functions | |
NotImplemented (const std::string &function) | |
Public Member Functions inherited from iolink::Error | |
Error (const std::string &msg) | |
const char * | what () const noexcept override |
'Not implemented' error raised when a 'not available' method is called.
This can occur if the called method is not overriden from the original interface or if the corresponding capability is not available.