libyui
3.0.10
|
#include <YUIException.h>
Public Member Functions | |
YUIPropertyTypeMismatchException (const YProperty &property, YPropertyType type, YWidget *widget=0) | |
YPropertyType | type () const |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Exception class for "property type mismatch": The application tried to set a property with a wrong type.
Definition at line 562 of file YUIException.h.
std::ostream & YUIPropertyTypeMismatchException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Write proper error message with all relevant data. Reimplemented from YUIException.
Implements YUIPropertyException.
Definition at line 161 of file YUIException.cc.
YPropertyType YUIPropertyTypeMismatchException::type | ( | ) | const [inline] |
Return the property type the application tried to set.
Definition at line 579 of file YUIException.h.