33#include <NDEVR/Exception.h>
34#include <NDEVR/String.h>
35#include <NDEVR/Translator.h>
#define _t(english_string)
Definition Translator.h:90
Provides consistent interface to handle errors through the throw expression. All exceptions generated...
Definition Exception.hpp:47
void setCategory(const TranslatedString &category)
Definition Exception.hpp:62
A typical exception thrown when something fails with a Device.
Definition HardwareException.h:42
HardwareException(const TranslatedString &error)
Definition HardwareException.h:44
HardwareException(const TranslatedString &error, const TranslatedString &category)
Definition HardwareException.h:49
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13