libyui
3.0.10
|
#include <YUIException.h>
Public Member Functions | |
YUIUnknownPropertyException (const std::string &propertyName, YWidget *widget=0) | |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Exception class for "unknown property name": The application tried to set (or query) a property that doesn't exist.
Definition at line 537 of file YUIException.h.
std::ostream & YUIUnknownPropertyException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Write proper error message with all relevant data. Reimplemented from YUIException.
Implements YUIPropertyException.
Definition at line 140 of file YUIException.cc.