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

Class: TPropertyGetterInvalidException

Source Location: /Exception/TPropertyGetterInvalidException.php

Class Overview

Exception
   |
   --TException
      |
      --TPropertyGetterInvalidException

TPropertyGetterInvalidException class

Class Details

[line 31]
TPropertyGetterInvalidException class

TPropertyInvalidGetterException is raised when the framework detects that a property is defined with an invalid getter 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]

TPropertyGetterInvalidException __construct( string $comType, string $propName, string $getter)

Constructor.



Parameters:

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

[ Top ]


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