Source for file FactoryConfigurationException.exception.php

Documentation is available at FactoryConfigurationException.exception.php

  1. <?php
  2. /**
  3. * @package org.phptmapi.core
  4. */
  5. require_once('TMAPIException.exception.php');
  6. /**
  7. * public class FactoryConfigurationException: Exception thrown when a TopicMapSystemFactory instance cannot be instantiated through the method.
  8. *
  9. * @author Johannes Schmidt - t8d <kontakt@t8d.de>
  10. */
  11. class FactoryConfigurationException extends TMAPIException {
  12. /**
  13. * Constructor
  14. * @param string $msg
  15. * @access public
  16. */
  17. public function __construct($msg){
  18. parent::__construct($msg);
  19. }
  20. }
  21. ?>

Documentation generated on Fri, 30 Jun 2006 13:06:51 +0200 by phpDocumentor 1.3.0RC4