Uses of Class
net.ontopia.topicmaps.core.ConstraintViolationException

Packages that use ConstraintViolationException
net.ontopia.topicmaps.cmdlineutils Provides a collection of command-line utilities for working with topic maps. 
net.ontopia.topicmaps.core Provides interfaces for topic map objects; the topic map API for all Ontopia topic map implementations. 
net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces. 
net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. 
net.ontopia.topicmaps.impl.remote   
net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. 
net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. 
net.ontopia.topicmaps.xml Classes for importing and exporting topic maps in the XML interchange format. 
 

Uses of ConstraintViolationException in net.ontopia.topicmaps.cmdlineutils
 

Methods in net.ontopia.topicmaps.cmdlineutils that throw ConstraintViolationException
protected static TopicMapIF Merger.merge(java.lang.String stm1, java.lang.String stm2)
           
protected static TopicMapIF Merger.merge(TopicMapIF target, java.lang.String source)
           
 

Uses of ConstraintViolationException in net.ontopia.topicmaps.core
 

Subclasses of ConstraintViolationException in net.ontopia.topicmaps.core
 class CrossTopicMapException
          PUBLIC: Thrown when a topic map object is attempted used in more than a single topic maps.
 class NotRemovableException
          PUBLIC: Thrown when an object is attempted removed, but cannot.
 class ObjectRemovedException
          PUBLIC: Thrown when a deleted topic map object is attempted reassigned to a property in a topic map.
 class UniquenessViolationException
          PUBLIC: Thrown when a uniqueness constraint is violated.
 

Methods in net.ontopia.topicmaps.core that throw ConstraintViolationException
 void TMObjectIF.addItemIdentifier(LocatorIF item_identifier)
          PUBLIC: Adds the given item identifier to the set of item item identifiers for this object.
 void TopicIF.addSubjectIdentifier(LocatorIF subject_identifier)
          PUBLIC: Adds the given subject identifier to the set of subject identifiers for this topic.
 void TopicIF.addSubjectLocator(LocatorIF subject_locator)
          PUBLIC: Adds the given subject locator to the set of subject locators for this topic.
 

Uses of ConstraintViolationException in net.ontopia.topicmaps.impl.basic
 

Methods in net.ontopia.topicmaps.impl.basic that throw ConstraintViolationException
 void TMObject.addItemIdentifier(LocatorIF source_locator)
           
 void Topic.addSubjectIdentifier(LocatorIF subject_indicator)
           
 void Topic.addSubjectLocator(LocatorIF subject_locator)
           
 

Uses of ConstraintViolationException in net.ontopia.topicmaps.impl.rdbms
 

Methods in net.ontopia.topicmaps.impl.rdbms that throw ConstraintViolationException
 void TMObject.addItemIdentifier(LocatorIF source_locator)
           
 void ReadOnlyTMObject.addItemIdentifier(LocatorIF source_locator)
           
 void Topic.addSubjectIdentifier(LocatorIF subject_indicator)
           
 void ReadOnlyTopic.addSubjectIdentifier(LocatorIF subject_identifier)
           
 void Topic.addSubjectLocator(LocatorIF subject_locator)
           
 void ReadOnlyTopic.addSubjectLocator(LocatorIF subject_locator)
           
 

Uses of ConstraintViolationException in net.ontopia.topicmaps.impl.remote
 

Methods in net.ontopia.topicmaps.impl.remote that throw ConstraintViolationException
 void RemoteTopic.addItemIdentifier(LocatorIF source_locator)
           
 void DynamicAssociationRole.addItemIdentifier(LocatorIF source_locator)
           
 void DynamicAssociation.addItemIdentifier(LocatorIF source_locator)
           
 void RemoteTopic.addSubjectIdentifier(LocatorIF subject_indicator)
           
 void RemoteTopic.addSubjectLocator(LocatorIF subject_locator)
           
 

Uses of ConstraintViolationException in net.ontopia.topicmaps.impl.utils
 

Methods in net.ontopia.topicmaps.impl.utils that throw ConstraintViolationException
 void SnapshotTMObject.addItemIdentifier(LocatorIF locator)
           
 void SnapshotTopic.addSubjectIdentifier(LocatorIF locator)
           
 void SnapshotTopic.addSubjectLocator(LocatorIF subject_locator)
           
 

Uses of ConstraintViolationException in net.ontopia.topicmaps.utils
 

Methods in net.ontopia.topicmaps.utils that throw ConstraintViolationException
static void MergeUtils.mergeInto(TopicIF target, TopicIF source)
          PUBLIC: Merges the characteristics of one topic into another topic.
static void MergeUtils.mergeInto(TopicMapIF target, TopicMapIF source)
          PUBLIC: Merges one topic map into another topic map.
 

Uses of ConstraintViolationException in net.ontopia.topicmaps.xml
 

Subclasses of ConstraintViolationException in net.ontopia.topicmaps.xml
 class InvalidTopicMapException
          PUBLIC: Thrown when an invalid topic map is processed.
 



Copyright © 2000-2012 Ontopia.