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

Class: TComponentIdNameClashException

Source Location: /Exception/TComponentIdNameClashException.php

Class Overview

Exception
   |
   --TException
      |
      --TComponentIdNameClashException

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.1 $ $Date: 2005/05/23 12:04:57 $
author:  Alex Flint <alex[at]linium[dor]net>


[ Top ]

Methods



Class Methods


constructor __construct [line 38]

TComponentIdNameClashException __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.