Source for file FeatureNotRecognizedException.exception.php

Documentation is available at FeatureNotRecognizedException.exception.php

  1. <?php
  2. /**
  3. * @package org.phptmapi.core
  4. */
  5. require_once('FactoryConfigurationException.exception.php');
  6. /**
  7. * public class FeatureNotRecognizedException: Exception thrown when the TopicMapSystemFactory does not recognize the name of a feature that the application is trying to enable or disable.
  8. *
  9. * @author Johannes Schmidt - t8d <kontakt@t8d.de>
  10. */
  11. class FeatureNotRecognizedException extends FactoryConfigurationException {
  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