10#ifndef __GUIFOREIGNINTERFACEEXCEPTION_H__
11#define __GUIFOREIGNINTERFACEEXCEPTION_H__
13#include "GUIException.h"
51 eC_String m_kForeignInterfaceName;
This is the base class for Guiliani exceptions.
Definition: GUIException.h:42
Error from a foreign library.
Definition: GUIForeignInterfaceException.h:20
CGUIForeignInterfaceException & operator=(const CGUIForeignInterfaceException &kSource)
CGUIForeignInterfaceException(const CGUIForeignInterfaceException &kSource)
CGUIForeignInterfaceException(const eC_String &kForeignInterfaceName)
virtual eC_String Report() const
~CGUIForeignInterfaceException()