Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

notvalidated-exception.inc.php

Go to the documentation of this file.
00001 <?php
00007 class NotValidatedException extends Exception
00008 {
00009     private $field; 
00010 
00015     public function __construct(&$field)
00016     {
00017         $this->field = $field;
00018     }
00019 
00024     public function getField()
00025     {
00026         return $this->field;
00027     }
00028 }
00029 ?>

Generated on Fri Oct 27 12:26:39 2006 for BaseJumper by doxygen 1.3.9.1