System.Exception
[ class tree: System.Exception ] [ index: System.Exception ] [ all elements ]

Class: TPropertySetterInvalidException

Source Location: /Exception/TPropertySetterInvalidException.php

Class Overview

Exception
   |
   --TException
      |
      --TPropertySetterInvalidException

TPropertySetterInvalidException class

Class Details

[line 31]
TPropertySetterInvalidException class

TPropertySetterInvalidException is raised when the framework detects that a property is defined with an invalid setter method.

Namespace: Exception




version:  $Revision: 1.2 $ $Date: 2005/01/04 21:33:45 $
author:  Qiang Xue <qiang.xue@gmail.com>


[ Top ]

Methods



Class Methods


constructor __construct [line 39]

TPropertySetterInvalidException __construct( string $comType, string $propName, string $setter)

Constructor.



Parameters:

string   $comType   the component type
string   $propName   the property name
string   $setter   the setter method

[ Top ]


© 2004-2005 PRADO Software Group. All Rights Reserved.