Error from a foreign library. More...
#include <GUIForeignInterfaceException.h>
Public Member Functions | |
CGUIForeignInterfaceException (const CGUIForeignInterfaceException &kSource) | |
CGUIForeignInterfaceException (const eC_String &kForeignInterfaceName) | |
~CGUIForeignInterfaceException () | |
CGUIForeignInterfaceException & | operator= (const CGUIForeignInterfaceException &kSource) |
virtual eC_String | Report () const |
![]() | |
CGUIException () | |
virtual | ~CGUIException () |
virtual eC_String | Report () const |
Error from a foreign library.
This exception can be used to indicate an errors when calling the interface of a foreign library.
CGUIForeignInterfaceException::CGUIForeignInterfaceException | ( | const eC_String & | kForeignInterfaceName | ) |
Standard-constructor.
kForeignInterfaceName | Name of the exception |
CGUIForeignInterfaceException::~CGUIForeignInterfaceException | ( | ) |
Destructor.
CGUIForeignInterfaceException::CGUIForeignInterfaceException | ( | const CGUIForeignInterfaceException & | kSource | ) |
Copy-constructor.
kSource | Source object to be copied. |
CGUIForeignInterfaceException & CGUIForeignInterfaceException::operator= | ( | const CGUIForeignInterfaceException & | kSource | ) |
Operator= method.
kSource | Source object to be copied. |
|
virtual |
Report the message of the exception.
Reimplemented from CGUIException.