Guiliani  Version 2.5 revision 7293 (documentation build 13)
CGUIForeignInterfaceException Class Reference

Error from a foreign library. More...

#include <GUIForeignInterfaceException.h>

Inheritance diagram for CGUIForeignInterfaceException:

Public Member Functions

 CGUIForeignInterfaceException (const CGUIForeignInterfaceException &kSource)
 
 CGUIForeignInterfaceException (const eC_String &kForeignInterfaceName)
 
 ~CGUIForeignInterfaceException ()
 
CGUIForeignInterfaceExceptionoperator= (const CGUIForeignInterfaceException &kSource)
 
virtual eC_String Report () const
 
- Public Member Functions inherited from CGUIException
 CGUIException ()
 
virtual ~CGUIException ()
 
virtual eC_String Report () const
 

Detailed Description

Error from a foreign library.

This exception can be used to indicate an errors when calling the interface of a foreign library.

Constructor & Destructor Documentation

◆ CGUIForeignInterfaceException() [1/2]

CGUIForeignInterfaceException::CGUIForeignInterfaceException ( const eC_String &  kForeignInterfaceName)

Standard-constructor.

Parameters
kForeignInterfaceNameName of the exception

◆ ~CGUIForeignInterfaceException()

CGUIForeignInterfaceException::~CGUIForeignInterfaceException ( )

Destructor.

◆ CGUIForeignInterfaceException() [2/2]

CGUIForeignInterfaceException::CGUIForeignInterfaceException ( const CGUIForeignInterfaceException kSource)

Copy-constructor.

Parameters
kSourceSource object to be copied.

Member Function Documentation

◆ operator=()

CGUIForeignInterfaceException & CGUIForeignInterfaceException::operator= ( const CGUIForeignInterfaceException kSource)

Operator= method.

Parameters
kSourceSource object to be copied.
Returns
This instance.

◆ Report()

virtual eC_String CGUIForeignInterfaceException::Report ( ) const
virtual

Report the message of the exception.

Returns
The message of the exception.

Reimplemented from CGUIException.


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