C++ API
Loading...
Searching...
No Matches
Plux::Error Namespace Reference

Namespace for all error exceptions. More...

Classes

class  InvalidInstance
 Exception thrown if an invalid object instance method was called. More...
 
class  InvalidOperation
 Exception thrown if the requested operation cannot be completed due to current device state. More...
 
class  InvalidParameter
 Exception thrown if a method call has an invalid parameter value. More...
 
class  MissingModule
 Exception thrown if an API module is missing or invalid (DLL or .so file). More...
 
class  NotSupported
 Exception thrown if the requested operation is not supported by the device. More...
 

Detailed Description

Namespace for all error exceptions.

These exceptions derive from ErrorException class. An error exception is thrown when an application programming error is preventing the API from succeeding its current operation.