libyui
|
#include <YUIException.h>
Public Member Functions | |
YUIInvalidChildException (YWidget *container, YWidget *child=0) | |
YWidget * | container () const |
YWidget * | child () const |
Protected Member Functions | |
virtual ostream & | dumpOn (ostream &str) const |
Exception class for "invalid child". One of:
YWidget* YUIInvalidChildException< YWidget >::child | ( | ) | const [inline] |
Returns the child widget.
YWidget* YUIInvalidChildException< YWidget >::container | ( | ) | const [inline] |
Returns the container widget whose child should be removed etc.
virtual ostream& YUIInvalidChildException< YWidget >::dumpOn | ( | ostream & | str | ) | const [inline, protected, virtual] |
Write proper error message with all relevant data. Reimplemented from YUIException.
Reimplemented from YUIException.