Uses of Class
org.tmapi.core.TMAPIException

Packages that use TMAPIException
org.tmapi.core Core interfaces which provide the functionality of the Topic Maps - Data Model
 

Uses of TMAPIException in org.tmapi.core
 

Subclasses of TMAPIException in org.tmapi.core
 class FactoryConfigurationException
          Exception thrown when a TopicMapSystemFactory instance cannot be instantiated through the method TopicMapSystemFactory.newInstance().
 class FeatureNotRecognizedException
          Exception thrown when the TopicMapSystemFactory does not recognize the name of a feature that the application is trying to enable or disable.
 class FeatureNotSupportedException
          Exception thrown when the underlying implementation cannot support enabling or disabling a recognised feature.
 class TopicMapExistsException
          Exception thrown when an attempt is made to create a new TopicMap under a storage address (an IRI) that is already assigned to another TopicMap in the same TopicMapSystem.
 

Methods in org.tmapi.core that throw TMAPIException
abstract  TopicMapSystem TopicMapSystemFactory.newTopicMapSystem()
          Creates a new TopicMapSystem instance using the currently configured factory parameters.