Uses of Class
org.tm4j.topicmap.utils.BuilderPropertyNotRecognizedException

Packages that use BuilderPropertyNotRecognizedException
org.tm4j.topicmap.utils Contains utility classes providing additional functionality for the TM4J API. 
 

Uses of BuilderPropertyNotRecognizedException in org.tm4j.topicmap.utils
 

Methods in org.tm4j.topicmap.utils that throw BuilderPropertyNotRecognizedException
 void LTMBuilder.setProperty(java.lang.String propertyName, java.lang.Object value)
           
 void XTMBuilder.setProperty(java.lang.String propertyName, java.lang.Object value)
           
 void TopicMapBuilder.setProperty(java.lang.String propertyName, java.lang.Object value)
          Set a configuration property for the builder which will be applied to the processing of subsequent invocations of the build() method.