Provides a double frame id exception. Publicly inherits from std::runtime_error. Used in robot handler. More...
#include <exceptions.h>
Public Member Functions | |
DoubleFrameIdException (const std::string errorDescription) | |
Throws an std::runtime_error with a messsage. |
Provides a double frame id exception. Publicly inherits from std::runtime_error. Used in robot handler.
Definition at line 50 of file exceptions.h.
stdr_robot::DoubleFrameIdException::DoubleFrameIdException | ( | const std::string | errorDescription | ) | [inline] |
Throws an std::runtime_error with a messsage.
errorDescription | [const std::string] The error message |
Definition at line 57 of file exceptions.h.