libyui  3.0.10
YUIUnknownPropertyException Class Reference

#include <YUIException.h>

Inheritance diagram for YUIUnknownPropertyException:
Collaboration diagram for YUIUnknownPropertyException:

List of all members.

Public Member Functions

 YUIUnknownPropertyException (const std::string &propertyName, YWidget *widget=0)

Protected Member Functions

virtual std::ostream & dumpOn (std::ostream &str) const

Detailed Description

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.


Member Function Documentation

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.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Friends