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

Class: TDuplicateListValueException

Source Location: /Exception/TDuplicateListValueException.php

Class Overview

Exception
   |
   --TException
      |
      --TDuplicateListValueException

TDuplicateListValueException class

Class Details

[line 31]
TDuplicateListValueException class

TDuplicateListValueException is raised when the framework detects duplicate Value properties for list items in a list control

Namespace: Exception




version:  $Revision: 1.1 $ $Date: 2005/01/12 09:55:33 $
author:  Marcus Nyeholt <tanus@users.sourceforge.net>


[ Top ]

Methods



Class Methods


constructor __construct [line 38]

TDuplicateListValueException __construct( string $value, string $control)

Constructor.



Parameters:

string   $value   the Value of the list item.
string   $control   the list control the value was in.

[ Top ]


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