Vaca::CreateWidgetException Class Reference

#include <Widget.h>

Inheritance diagram for Vaca::CreateWidgetException:

Vaca::Exception

List of all members.


Detailed Description

This exception is thrown when the operating system can't create the Widget.

Win32 Specific:
In Win32, it is thrown when the Widget::createHandle method fails, generally because of CreateWindowEx(W32) that returns NULL.

Public Member Functions

 CreateWidgetException ()
 CreateWidgetException (const String &message)
virtual ~CreateWidgetException () throw ()

Constructor & Destructor Documentation

Vaca::CreateWidgetException::CreateWidgetException (  )  [inline]

Vaca::CreateWidgetException::CreateWidgetException ( const String message  )  [inline]

virtual Vaca::CreateWidgetException::~CreateWidgetException (  )  throw () [inline, virtual]