1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

Doxygen documentation addition for exceptions

This commit is contained in:
Tristan Schnell
2019-09-24 17:40:59 +02:00
parent 9357afbb82
commit a7f715ef9c

View File

@@ -55,6 +55,9 @@ private:
/* data */
};
/*!
* \brief A specialized exception representing detection of a not supported UR control version.
*/
class VersionMismatch : public UrException
{
public:
@@ -83,6 +86,9 @@ private:
std::string text_;
};
/*!
* \brief A specialized exception representing that communication to the tool is not possible.
*/
class ToolCommNotAvailable : public VersionMismatch
{
public: