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