Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
net.ontopia.topicmaps.core |
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
|
net.ontopia.topicmaps.db2tm |
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
|
net.ontopia.topicmaps.entry |
High level interfaces for locating and maintaining references to
topic maps.
|
net.ontopia.topicmaps.impl.utils |
INTERNAL: Classes that are used by many implementations.
|
net.ontopia.topicmaps.utils.jtm |
This package provides support for the JSON Topic Map
Notation (or JTM) format for topic maps.
|
net.ontopia.topicmaps.utils.rdf |
This package provides support for RDF (Resource Description
Framework), a topic map-like data model for metadata defined by the
W3C.
|
net.ontopia.topicmaps.viz | |
net.ontopia.topicmaps.webed.core |
The core interfaces of the Web Editor Framework; the main
interfaces used to build Web Editor applications.
|
net.ontopia.topicmaps.webed.impl.basic |
The basic implementation of the core interfaces belonging to
Ontopia's web editor framework, except the classes related to the
to the implementation of actions (which are in their own package
structure).
|
net.ontopia.topicmaps.xml |
Classes for importing and exporting topic maps in the XML
interchange format.
|
net.ontopia.utils |
Contains utility classes and generic interfaces.
|
ontopoly.model | |
ontopoly.utils |
Modifier and Type | Class and Description |
---|---|
class |
IdentityNotFoundException
INTERNAL: Thrown when an object was not found in the database.
|
class |
PersistenceRuntimeException
INTERNAL: Thrown when persistence related problems occur.
|
class |
ReadOnlyTransactionException
INTERNAL: Thrown when modifications are attempted on a read-only
transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintViolationException
PUBLIC: Thrown when an object model constraint is violated.
|
class |
CrossTopicMapException
PUBLIC: Thrown when a topic map object is attempted used in more
than a single topic maps.
|
class |
DuplicateReificationException
INTERNAL: Thrown when a reifiable object is reified by a topic that
already reifies another reifiable object.
|
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 |
ReadOnlyException
PUBLIC: Thrown when changes are attempted made on read-only objects.
|
class |
StoreDeletedException
PUBLIC: An exception that is thrown when a store has been
deleted.
|
class |
StoreNotOpenException
PUBLIC: An exception that is thrown when parts of a store is
accessed without the store being open.
|
class |
TransactionNotActiveException
PUBLIC: An exception that is thrown when a transaction is
accessed without the transaction being active.
|
class |
UniquenessViolationException
PUBLIC: Thrown when a uniqueness constraint is violated.
|
Modifier and Type | Class and Description |
---|---|
class |
DB2TMConfigException
INTERNAL: Thrown when configuration errors are detected by DB2TM.
|
class |
DB2TMException
INTERNAL: Thrown when runtime errors occur inside DB2TM.
|
class |
DB2TMInputException
INTERNAL: Thrown when data input errors are detected by DB2TM.
|
Modifier and Type | Class and Description |
---|---|
class |
ReferenceNotOpenException
INTERNAL: An exception that is thrown when a topic map reference is
accessed after the reference has been close.
|
Modifier and Type | Class and Description |
---|---|
class |
PhantomAccessException
INTERNAL: Thrown when a phantom object is being accessed in a way
that is not allowed.
|
Modifier and Type | Class and Description |
---|---|
class |
JTMException
INTERNAL: Exception used to indicate errors while importing JTM topic maps.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFMappingException
PUBLIC: Thrown when an error occurs during RDF-to-topic maps
conversion.
|
Modifier and Type | Class and Description |
---|---|
class |
VizigatorReportException
INTERNAL: Reports known error conditions, that can typically be corrected by
the user.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionRuntimeException
PUBLIC: An exception that is thrown when something goes wrong while
an action is being executed.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionValidationException
INTERNAL: Thrown by when there is a validation problem relating to an action.
|
class |
NoActionDataFoundException
INTERNAL: Thrown by when no action data is found for the given request id.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidTopicMapException
PUBLIC: Thrown when an invalid topic map is processed.
|
Modifier and Type | Class and Description |
---|---|
class |
OntopiaUnsupportedException
INTERNAL: Thrown to indicate that the requested operation is not
supported.
|
Modifier and Type | Class and Description |
---|---|
class |
OntopolyModelRuntimeException |
Modifier and Type | Class and Description |
---|---|
class |
NoSuchTopicException |