libyui
Public Member Functions | Protected Member Functions

YUIPropertyTypeMismatchException Class Reference

#include <YUIException.h>

Inheritance diagram for YUIPropertyTypeMismatchException:
YUIPropertyException YUIException

List of all members.

Public Member Functions

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

Protected Member Functions

virtual ostream & dumpOn (ostream &str) const

Detailed Description

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


Member Function Documentation

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

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

Implements YUIPropertyException.

YPropertyType YUIPropertyTypeMismatchException::type ( ) const [inline]

Return the property type the application tried to set.


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