Source for file FieldNotFoundException.php
Documentation is available at FieldNotFoundException.php
* Thrown exception when a required field doesn't exists.
* @copyright 2010, Nippour Geomatik
* @license http://www.geoprisma.org/license BSD License
* @link http://www.geoprisma.org
* Thrown exception when a required field doesn't exists.
* Creates a new instance of org_geoprisma_exception_FieldNotFoundException
* @param string $piField Field id searched
* @return org_geoprisma_exception_FieldNotFoundException
com_borealis_foundation_util_Assert::assertIsString($piField);
parent::__construct("Field not found : $piField", 403);
Documentation generated on Mon, 20 Feb 2012 13:46:14 -0500 by phpDocumentor 1.4.1