Documentation is available at FeatureNotSupportedException.exception.php
- <?php
- /**
- * @package org.phptmapi.core
- */
- require_once('FactoryConfigurationException.exception.php');
- /**
- * public class FeatureNotSupporteedException: Exception thrown when the underlying implementation cannot support enabling or disabling a recognised feature. If the feature name is not recognised, implementations MUST throw a FeatureNotRecognizedException rather than a FeatureNotSupportedException.
- *
- * @author Johannes Schmidt, Andreas Stephan - t8d <kontakt@t8d.de>
- */
- class FeatureNotSupportedException extends FactoryConfigurationException {
- /**
- * Constructor
- * @param string $msg
- * @access public
- */
- public function __construct($msg){
- parent::__construct($msg);
- }
- }
- ?>
Documentation generated on Fri, 30 Jun 2006 13:06:52 +0200 by phpDocumentor 1.3.0RC4