LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
|
Class of exception which indicates that a hardware device was not available for use in the SR system. More...
#include <exception.h>
Public Member Functions | |
DeviceNotAvailableException (std::string deviceIdentifier) | |
Constructs an instance of DeviceNotAvailableException for a specific device identifier. More... | |
DeviceNotAvailableException () | |
Constructs an instance of DeviceNotAvailableException. More... | |
![]() | |
Exception (const char *message) | |
Constructor (C strings). More... | |
Exception (const std::string &message) | |
Constructor (C++ STL strings). More... | |
virtual | ~Exception () throw () |
Destructor. Virtual to allow for subclassing. More... | |
virtual const char * | what () const throw () |
Returns a pointer to the (constant) error description. More... | |
Additional Inherited Members | |
![]() | |
std::string | errorMessage |
Error message. More... | |
Class of exception which indicates that a hardware device was not available for use in the SR system.
SR::DeviceNotAvailableException::DeviceNotAvailableException | ( | std::string | deviceIdentifier | ) |
Constructs an instance of DeviceNotAvailableException for a specific device identifier.
deviceIdentifier | contains a string to represent a device which doesn't seem to be available to the system. |
SR::DeviceNotAvailableException::DeviceNotAvailableException | ( | ) |
Constructs an instance of DeviceNotAvailableException.