libyui
|
#include <YUIException.h>
Public Member Functions | |
YUIUnsupportedWidgetException (const string &widgetType) |
Exception class for "optional widget not supported".
Note that applications are supposed to check with YUI::optionalWidgetFactory()->hasXYWidget() before trying to create such a widget. This exception is thrown if that check wasn't done, the application tried to create that kind of widget anyway, but the UI doesn't support that widget.