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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user