Source for file BadXMLConfigFileException.php
Documentation is available at BadXMLConfigFileException.php
* Exception lancé quand la configuration est mal remplie.
* La fichier de configuration est invalide, vérifier le path
* @copyright 2009, Boreal - Information Strategies
* @license http://www.geoprisma.org/license BSD License
* @link http://www.geoprisma.org
* Exception lancé quand la configuration est mal remplie.
* La fichier de configuration est invalide, vérifier le path
private $m_strFilePath =
'';
* Construit une nouvelle instance de org_geoprisma_exception_BadXMLConfigFile
* @param string $pstrFilePath File path
* @param string $pstrMessage Message d'erreur
* @return org_geoprisma_exception_BadXMLConfigFile
public function __construct($pstrFilePath, $pstrMessage)
com_borealis_foundation_util_Assert::assertIsString($pstrFilePath);
com_borealis_foundation_util_Assert::assertIsString($pstrMessage);
parent::__construct($pstrMessage, 402);
$this->m_strFilePath =
$pstrFilePath;
return $this->m_strFilePath;
Documentation generated on Thu, 19 Jan 2012 00:08:24 +0400 by phpDocumentor 1.4.1