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

Class: TPropertyReadOnlyException

Source Location: /Exception/TPropertyReadOnlyException.php

Class Overview

Exception
   |
   --TException
      |
      --TPropertyReadOnlyException

TPropertyReadOnlyException class

Class Details

[line 32]
TPropertyReadOnlyException class

TPropertyReadOnlyException is raised when the framework detects the usage of setting a read-only component property.

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]

TPropertyReadOnlyException __construct( string $comType, string $propName)

Constructor.



Parameters:

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

[ Top ]


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