libyui
3.0.10
|
#include <YUIException.h>
Public Member Functions | |
YUITooManyChildrenException (YWidget *container) | |
YWidget * | container () const |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::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).
Definition at line 647 of file YUIException.h.
YWidget* YUITooManyChildrenException< YWidget >::container | ( | ) | const [inline] |
Returns the container widget that can't handle that many children.
Definition at line 662 of file YUIException.h.
virtual std::ostream& YUITooManyChildrenException< YWidget >::dumpOn | ( | std::ostream & | str | ) | const [inline, protected, virtual] |
Write proper error message with all relevant data. Reimplemented from YUIException.
Reimplemented from YUIException.
Definition at line 670 of file YUIException.h.