Uses of Class
net.ontopia.topicmaps.core.NotRemovableException
-
Packages that use NotRemovableException Package Description net.ontopia.topicmaps.core Provides interfaces for topic map objects; the topic map API for all Ontopia topic map implementations.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. -
-
Uses of NotRemovableException in net.ontopia.topicmaps.core
Methods in net.ontopia.topicmaps.core that throw NotRemovableException Modifier and Type Method Description void
TopicMapStoreIF. delete(boolean force)
PUBLIC: Deletes the TopicMapIF from the data store. -
Uses of NotRemovableException in net.ontopia.topicmaps.impl.rdbms
Methods in net.ontopia.topicmaps.impl.rdbms that throw NotRemovableException Modifier and Type Method Description void
RDBMSTopicMapStore. delete(boolean force)
-
Uses of NotRemovableException in net.ontopia.topicmaps.impl.utils
Methods in net.ontopia.topicmaps.impl.utils that throw NotRemovableException Modifier and Type Method Description void
AbstractTopicMapStore. delete(boolean force)
-