libyui
Public Member Functions | Protected Member Functions

YUIInvalidChildException< YWidget > Class Template Reference

#include <YUIException.h>

Inheritance diagram for YUIInvalidChildException< YWidget >:
YUIException

List of all members.

Public Member Functions

 YUIInvalidChildException (YWidget *container, YWidget *child=0)
YWidgetcontainer () const
YWidgetchild () const

Protected Member Functions

virtual ostream & dumpOn (ostream &str) const

Detailed Description

template<class YWidget>
class YUIInvalidChildException< YWidget >

Exception class for "invalid child". One of:


Member Function Documentation

template<class YWidget >
YWidget* YUIInvalidChildException< YWidget >::child ( ) const [inline]

Returns the child widget.

template<class YWidget >
YWidget* YUIInvalidChildException< YWidget >::container ( ) const [inline]

Returns the container widget whose child should be removed etc.

template<class YWidget >
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.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Friends