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