Uses of Class
net.ontopia.topicmaps.core.ConstraintViolationException
Packages that use ConstraintViolationException
Package
Description
Provides a collection of command-line utilities for working with topic maps.
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
The in-memory implementation of the core topic map interfaces.
Relational database implementation of the core topic map
interfaces.
INTERNAL: Classes that are used by many implementations.
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
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 ConstraintViolationExceptionModifier and TypeMethodDescriptionprotected static TopicMapIFprotected static TopicMapIFMerger.merge(TopicMapIF target, String source) -
Uses of ConstraintViolationException in net.ontopia.topicmaps.core
Subclasses of ConstraintViolationException in net.ontopia.topicmaps.coreModifier and TypeClassDescriptionclassPUBLIC: Thrown when a topic map object is attempted used in more than a single topic maps.classINTERNAL: Thrown when a reifiable object is reified by a topic that already reifies another reifiable object.classPUBLIC: Thrown when an object is attempted removed, but cannot.classPUBLIC: Thrown when a deleted topic map object is attempted reassigned to a property in a topic map.classPUBLIC: Thrown when a uniqueness constraint is violated.Methods in net.ontopia.topicmaps.core that throw ConstraintViolationExceptionModifier and TypeMethodDescriptionvoidTMObjectIF.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 ConstraintViolationExceptionModifier and TypeMethodDescriptionvoidTMObject.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 ConstraintViolationExceptionModifier and TypeMethodDescriptionvoidReadOnlyTMObject.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 ConstraintViolationExceptionModifier and TypeMethodDescriptionvoidDynamicAssociation.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 ConstraintViolationExceptionModifier and TypeMethodDescriptionvoidSnapshotTMObject.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 ConstraintViolationExceptionModifier and TypeMethodDescriptionstatic voidPUBLIC: 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.xmlModifier and TypeClassDescriptionclassPUBLIC: Thrown when an invalid topic map is processed.