Uses of Class
net.ontopia.topicmaps.core.ConstraintViolationException
-
Packages that use ConstraintViolationException Package Description 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 Modifier and Type Method Description protected static TopicMapIFMerger. merge(String stm1, String stm2)protected static TopicMapIFMerger. merge(TopicMapIF target, String source) -
Uses of ConstraintViolationException in net.ontopia.topicmaps.core
Subclasses of ConstraintViolationException in net.ontopia.topicmaps.core Modifier and Type Class Description classCrossTopicMapExceptionPUBLIC: Thrown when a topic map object is attempted used in more than a single topic maps.classDuplicateReificationExceptionINTERNAL: Thrown when a reifiable object is reified by a topic that already reifies another reifiable object.classNotRemovableExceptionPUBLIC: Thrown when an object is attempted removed, but cannot.classObjectRemovedExceptionPUBLIC: Thrown when a deleted topic map object is attempted reassigned to a property in a topic map.classUniquenessViolationExceptionPUBLIC: Thrown when a uniqueness constraint is violated.Methods in net.ontopia.topicmaps.core that throw ConstraintViolationException Modifier and Type Method Description voidTMObjectIF. addItemIdentifier(LocatorIF item_identifier)PUBLIC: Adds the given item identifier to the set of item item identifiers for this object.voidTopicIF. addSubjectIdentifier(LocatorIF subject_identifier)PUBLIC: Adds the given subject identifier to the set of subject identifiers for this topic.voidTopicIF. 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 Modifier and Type Method Description voidTMObject. addItemIdentifier(LocatorIF source_locator)voidTopic. addSubjectIdentifier(LocatorIF subject_indicator)voidTopic. addSubjectLocator(LocatorIF subject_locator) -
Uses of ConstraintViolationException in net.ontopia.topicmaps.impl.rdbms
Methods in net.ontopia.topicmaps.impl.rdbms that throw ConstraintViolationException Modifier and Type Method Description voidReadOnlyTMObject. addItemIdentifier(LocatorIF source_locator)voidTMObject. addItemIdentifier(LocatorIF source_locator)voidReadOnlyTopic. addSubjectIdentifier(LocatorIF subject_identifier)voidTopic. addSubjectIdentifier(LocatorIF subject_indicator)voidReadOnlyTopic. addSubjectLocator(LocatorIF subject_locator)voidTopic. addSubjectLocator(LocatorIF subject_locator) -
Uses of ConstraintViolationException in net.ontopia.topicmaps.impl.remote
Methods in net.ontopia.topicmaps.impl.remote that throw ConstraintViolationException Modifier and Type Method Description voidDynamicAssociation. addItemIdentifier(LocatorIF source_locator)voidDynamicAssociationRole. addItemIdentifier(LocatorIF source_locator)voidRemoteTopic. addItemIdentifier(LocatorIF source_locator)voidRemoteTopic. addSubjectIdentifier(LocatorIF subject_indicator)voidRemoteTopic. addSubjectLocator(LocatorIF subject_locator) -
Uses of ConstraintViolationException in net.ontopia.topicmaps.impl.utils
Methods in net.ontopia.topicmaps.impl.utils that throw ConstraintViolationException Modifier and Type Method Description voidSnapshotTMObject. addItemIdentifier(LocatorIF locator)voidSnapshotTopic. addSubjectIdentifier(LocatorIF locator)voidSnapshotTopic. addSubjectLocator(LocatorIF subject_locator) -
Uses of ConstraintViolationException in net.ontopia.topicmaps.utils
Methods in net.ontopia.topicmaps.utils that throw ConstraintViolationException Modifier and Type Method Description static voidMergeUtils. mergeInto(TopicIF target, TopicIF source)PUBLIC: Merges the characteristics of one topic into another topic.static voidMergeUtils. 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 Modifier and Type Class Description classInvalidTopicMapExceptionPUBLIC: Thrown when an invalid topic map is processed.
-