Source for file TopicInUseException.exception.php

Documentation is available at TopicInUseException.exception.php

  1. <?PHP
  2. /**
  3. * @package org.phptmapi.core
  4. */
  5. require_once('TMAPIException.exception.php');
  6. /**
  7. * public class TopicInUseException: Thrown when an attempt is made to remove a topic which is being used as a type or as a role player in an association, or in a scope.
  8. *
  9. * @author Johannes Schmidt - t8d <kontakt@t8d.de>
  10. */
  11. class TopicInUseException 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:07:05 +0200 by phpDocumentor 1.3.0RC4