libyui  3.0.10
YUIPropertyTypeMismatchException Class Reference

#include <YUIException.h>

Inheritance diagram for YUIPropertyTypeMismatchException:
Collaboration diagram for YUIPropertyTypeMismatchException:

List of all members.

Public Member Functions

 YUIPropertyTypeMismatchException (const YProperty &property, YPropertyType type, YWidget *widget=0)
YPropertyType type () const

Protected Member Functions

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

Detailed Description

Exception class for "property type mismatch": The application tried to set a property with a wrong type.

Definition at line 562 of file YUIException.h.


Member Function Documentation

std::ostream & YUIPropertyTypeMismatchException::dumpOn ( std::ostream &  str) const [protected, virtual]

Write proper error message with all relevant data. Reimplemented from YUIException.

Implements YUIPropertyException.

Definition at line 161 of file YUIException.cc.

Here is the call graph for this function:

YPropertyType YUIPropertyTypeMismatchException::type ( ) const [inline]

Return the property type the application tried to set.

Definition at line 579 of file YUIException.h.


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