A specialized exception representing that communication to the tool is not possible. More...
#include <exceptions.h>

Public Member Functions | |
| ToolCommNotAvailable () | |
| ToolCommNotAvailable (const std::string &text, const uint32_t version_req, const uint32_t version_actual) | |
Public Member Functions inherited from urcl::VersionMismatch | |
| VersionMismatch () | |
| VersionMismatch (const std::string &text, const uint32_t version_req, const uint32_t version_actual) | |
| virtual const char * | what () const noexceptoverride |
| virtual | ~VersionMismatch ()=default |
Public Member Functions inherited from urcl::UrException | |
| UrException () | |
| UrException (const std::string &what_arg) | |
| UrException (const char *what_arg) | |
| virtual | ~UrException ()=default |
A specialized exception representing that communication to the tool is not possible.
Definition at line 93 of file exceptions.h.
|
inlineexplicit |
Definition at line 96 of file exceptions.h.
|
inlineexplicit |
Definition at line 99 of file exceptions.h.