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

Exception thrown if an API module is missing or invalid (DLL or .so file). More...

#include <plux.h>

Inheritance diagram for Plux::Error::MissingModule:
Plux::ErrorException Plux::Exception

Public Member Functions

const String MissingModule (const String &_info, const String &_module="")
 < Filename of the missing module.
 
String getDescription (void) const
 Returns the exception description string.
 
- Public Member Functions inherited from Plux::ErrorException
 ErrorException (const String &_info)
 
- Public Member Functions inherited from Plux::Exception
 Exception (const String &_info)
 

Additional Inherited Members

- Public Attributes inherited from Plux::Exception
String dbgInfo
 

Detailed Description

Exception thrown if an API module is missing or invalid (DLL or .so file).

Constructor & Destructor Documentation

◆ MissingModule()

const String Plux::Error::MissingModule::MissingModule ( const String _info,
const String _module = "" 
)
inline

< Filename of the missing module.

Exception constructor.

Member Function Documentation

◆ getDescription()

String Plux::Error::MissingModule::getDescription ( void  ) const
inlinevirtual

Returns the exception description string.

Reimplemented from Plux::Exception.


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