Class VersionMismatch
- Defined in File exceptions.h 
Inheritance Relationships
Base Type
- public urcl::UrException(Class UrException)
Derived Type
- public urcl::ToolCommNotAvailable(Class ToolCommNotAvailable)
Class Documentation
- 
class VersionMismatch : public urcl::UrException
- A specialized exception representing detection of a not supported UR control version. - Subclassed by urcl::ToolCommNotAvailable - Public Functions - 
inline explicit VersionMismatch()
 - 
inline explicit VersionMismatch(const std::string &text, const VersionInformation version_req, const VersionInformation version_actual)
 - 
virtual ~VersionMismatch() = default
 - 
inline virtual const char *what() const noexcept override
 
- 
inline explicit VersionMismatch()