1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +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 */ /* data */
}; };
/*!
* \brief A specialized exception representing detection of a not supported UR control version.
*/
class VersionMismatch : public UrException class VersionMismatch : public UrException
{ {
public: public:
@@ -83,6 +86,9 @@ private:
std::string text_; std::string text_;
}; };
/*!
* \brief A specialized exception representing that communication to the tool is not possible.
*/
class ToolCommNotAvailable : public VersionMismatch class ToolCommNotAvailable : public VersionMismatch
{ {
public: public: