libyui
3.0.10
|
#include <YUIException.h>
Public Member Functions | |
YUISetReadOnlyPropertyException (const YProperty &property, YWidget *widget=0) | |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Exception class for attempt to set a read-only property.
Definition at line 597 of file YUIException.h.
std::ostream & YUISetReadOnlyPropertyException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Write proper error message with all relevant data. Reimplemented from YUIException.
Implements YUIPropertyException.
Definition at line 180 of file YUIException.cc.