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