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

Class: TComponentIdNotUniqueException

Source Location: /Exception/TComponentIdNotUniqueException.php

Class Overview

Exception
   |
   --TException
      |
      --TComponentIdNotUniqueException

TComponentIdNotUniqueException class

Class Details

[line 31]
TComponentIdNotUniqueException class

TComponentIdNotUniqueException is raised when the framework detects a component has nonunique ID among its siblings.

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 38]

TComponentIdNotUniqueException __construct( string $comType, string $id)

Constructor.



Parameters:

string   $comType   the component type whose children have nonunique ID
string   $id   the nonunique ID

[ Top ]


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