C++ API
Loading...
Searching...
No Matches
Plux::Exception Class Reference

Generic PLUX C++ API exception. More...

#include <plux.h>

Inheritance diagram for Plux::Exception:
Plux::ErrorException Plux::NotifException Plux::Error::InvalidInstance Plux::Error::InvalidOperation Plux::Error::InvalidParameter Plux::Error::MissingModule Plux::Error::NotSupported Plux::Notification::AdapterNotFound Plux::Notification::ContactingDevice Plux::Notification::DeviceNotFound Plux::Notification::InitializingPort Plux::Notification::OpeningPort

Public Member Functions

 Exception (const String &_info)
 
virtual String getDescription (void) const
 Returns the exception description string.
 

Public Attributes

String dbgInfo
 

Detailed Description

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.

Member Function Documentation

◆ getDescription()


The documentation for this class was generated from the following file: