10#ifndef __GUISTREAMINGCONTROLEXCEPTION_H__
11#define __GUISTREAMINGCONTROLEXCEPTION_H__
13#include "GUIStreamingException.h"
34 const eC_String& kStreamingFilePath,
36 const eC_String& kExpectedTag=
"",
37 const eC_String& kActualTag=
"",
This is the Guiliani base class all controls are derived from.
Definition: GUIObject.h:81
Indicates an error while streaming a control.
Definition: GUIStreamingControlException.h:21
CGUIStreamingControlException(const CGUIStreamingControlException &kSource)
CGUIStreamingControlException & operator=(const CGUIStreamingControlException &kSource)
~CGUIStreamingControlException()
CGUIObject * GetGUIObject() const
Definition: GUIStreamingControlException.h:68
void SetGUIObject(CGUIObject *pkObj)
Definition: GUIStreamingControlException.h:63
CGUIStreamingControlException(const CGUIStreamingException &kSource)
CGUIStreamingControlException(const eC_String &kStreamingFilePath, eC_UInt uiLineNo, const eC_String &kExpectedTag="", const eC_String &kActualTag="", CGUIObject *pkObj=NULL)
Base class for all streaming exceptions.
Definition: GUIStreamingException.h:19