Uses of Class
org.tmapi.core.FactoryConfigurationException

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

Uses of FactoryConfigurationException in org.tmapi.core
 

Subclasses of FactoryConfigurationException in org.tmapi.core
 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.
 

Methods in org.tmapi.core that throw FactoryConfigurationException
static TopicMapSystemFactory TopicMapSystemFactory.newInstance()
          Obtain a new instance of a TopicMapSystemFactory.