Uses of Class
org.tmapi.core.FeatureNotRecognizedException

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

Uses of FeatureNotRecognizedException in org.tmapi.core
 

Methods in org.tmapi.core that throw FeatureNotRecognizedException
abstract  boolean TopicMapSystemFactory.getFeature(java.lang.String featureName)
          Returns the particular feature requested for in the underlying implementation of TopicMapSystem.
 boolean TopicMapSystem.getFeature(java.lang.String featureName)
          Returns the value of the feature specified by featureName for this TopicMapSystem instance.
abstract  void TopicMapSystemFactory.setFeature(java.lang.String featureName, boolean enable)
          Sets a particular feature in the underlying implementation of TopicMapSystem.