Uses of Class
org.tm4j.topicmap.IntegrityViolationException

Packages that use IntegrityViolationException
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.utils Contains utility classes providing additional functionality for the TM4J API. 
 

Uses of IntegrityViolationException in org.tm4j.topicmap
 

Methods in org.tm4j.topicmap that throw IntegrityViolationException
protected  BaseName TopicMapFactoryBase.createBaseName(Topic parent, java.lang.String id, java.lang.String nameString)
           
protected  BaseName TopicMapFactoryBase.createBaseName(Topic parent, java.lang.String id, java.lang.String nameString, Topic[] scope)
           
 void TopicMapObject.destroy()
          Permanently removes this object from the topic map.
 

Uses of IntegrityViolationException in org.tm4j.topicmap.utils
 

Methods in org.tm4j.topicmap.utils that throw IntegrityViolationException
static void XTMUtils.removeDuplicateAssociations(TopicMap tm)
           
protected static void XTMUtils.removeDuplicateAssociations(java.util.Collection assocs, TopicMapUtils utils)