![]() |
C++ API
|
Generic PLUX C++ API exception. More...
#include <plux.h>
Public Member Functions | |
Exception (const String &_info) | |
virtual String | getDescription (void) const |
Returns the exception description string. | |
Public Attributes | |
String | dbgInfo |
Generic PLUX C++ API exception.
This exception is the base class for all specific exceptions. Catch this exception class to ensure that all PLUX C++ API exceptions are caught.
|
inlinevirtual |
Returns the exception description string.
Reimplemented in Plux::Notification::OpeningPort, Plux::Notification::InitializingPort, Plux::Notification::AdapterNotFound, Plux::Notification::DeviceNotFound, Plux::Notification::ContactingDevice, Plux::Error::InvalidParameter, Plux::Error::InvalidOperation, Plux::Error::NotSupported, Plux::Error::InvalidInstance, and Plux::Error::MissingModule.