libyui
|
#include <YUIException.h>
Public Member Functions | |
YUITooManyChildrenException (YWidget *container) | |
YWidget * | container () const |
Protected Member Functions | |
virtual ostream & | dumpOn (ostream &str) const |
Exception class for "too many children": Attempt to add a child to a widget class that can't handle children (YPushButton etc.) or just one child (YFrame, YDialog).
YWidget* YUITooManyChildrenException< YWidget >::container | ( | ) | const [inline] |
Returns the container widget that can't handle that many children.
virtual ostream& YUITooManyChildrenException< YWidget >::dumpOn | ( | ostream & | str | ) | const [inline, protected, virtual] |
Write proper error message with all relevant data. Reimplemented from YUIException.
Reimplemented from YUIException.