Source for file BadPGSQLMapContextConfigException.php

Documentation is available at BadPGSQLMapContextConfigException.php

  1. <?php
  2. /**
  3. * Thrown Exception when the PGSQLMapContextConfig is invalid.
  4. * Exception code 402
  5. *
  6. * PHP versions 5
  7. @category  PHP
  8. @package   GeoPrisma
  9. @author    Alexandre Dube
  10. @copyright 2010, Nippour Geomatik
  11. @license   http://www.geoprisma.org/license BSD License
  12. @link      http://www.geoprisma.org
  13. */
  14.  
  15. /**
  16. * Thrown Exception when the PGSQLMapContextConfig is invalid.
  17. * Exception code 402
  18. *
  19. @category   PHP
  20. @package    GeoPrisma
  21. @subpackage Exception
  22. @author     Alexandre Dube
  23. */
  24. {
  25.     /**
  26.     * Construct a new instance of
  27.     * org_geoprisma_exception_BadPGSQLMapContextConfigException
  28.     * 
  29.     * @param string $pstrMessage Error message
  30.     *
  31.     * @return org_geoprisma_exception_BadPGSQLMapContextConfigException 
  32.     */
  33.     public function __construct($pstrMessage)
  34.     {
  35.         parent::__construct($pstrMessage402);
  36.     }   
  37. }
  38.   
  39. ?>

Documentation generated on Thu, 19 Jan 2012 00:08:24 +0400 by phpDocumentor 1.4.1