Simox
2.3.74.0
|
Public Member Functions | |
VirtualRobotException (const std::string &what) | |
VirtualRobotException (const char *what) | |
~VirtualRobotException () noexcept override | |
const char * | what () const noexcept override |
Protected Attributes | |
std::string | exception |
This class defines a custom exception which is used in the VirtualRobot library. Use the macros THROW_VR_EXCEPTION and THROW_VR_EXCEPTION_IF to create and throw exceptions of this kind.
VirtualRobot::VirtualRobotException::VirtualRobotException | ( | const std::string & | what | ) |
VirtualRobot::VirtualRobotException::VirtualRobotException | ( | const char * | what | ) |
|
overridedefaultnoexcept |
|
overridenoexcept |
|
protected |