Source for file TopicMapExistsException.exception.php

Documentation is available at TopicMapExistsException.exception.php

  1. <?php
  2. /**
  3. * @package org.phptmapi.core
  4. */
  5. require_once('TMAPIException.exception.php');
  6. /**
  7. * public class TopicMapExistsException: Exception thrown when an attempt is made to create a new topic map with a base locator that is already assigned to another topic map in the same topic map system.
  8. *
  9. * @author Johannes Schmidt - t8d <kontakt@t8d.de>
  10. */
  11. class TopicMapExistsException 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:08 +0200 by phpDocumentor 1.3.0RC4