Uses of Class
net.ontopia.utils.OntopiaRuntimeException
-
Packages that use OntopiaRuntimeException 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.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 -
-
Uses of OntopiaRuntimeException in net.ontopia.persistence.proxy
Subclasses of OntopiaRuntimeException in net.ontopia.persistence.proxy Modifier and Type Class 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.class
TransactionNotActiveException
INTERNAL: Thrown when persistence related problems occur. -
Uses of OntopiaRuntimeException in net.ontopia.topicmaps.core
Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.core Modifier and Type Class 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. -
Uses of OntopiaRuntimeException in net.ontopia.topicmaps.db2tm
Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.db2tm Modifier and Type Class 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. -
Uses of OntopiaRuntimeException in net.ontopia.topicmaps.entry
Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.entry Modifier and Type Class Description class
ReferenceNotOpenException
INTERNAL: An exception that is thrown when a topic map reference is accessed after the reference has been close. -
Uses of OntopiaRuntimeException in net.ontopia.topicmaps.impl.utils
Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.impl.utils Modifier and Type Class Description class
PhantomAccessException
INTERNAL: Thrown when a phantom object is being accessed in a way that is not allowed. -
Uses of OntopiaRuntimeException in net.ontopia.topicmaps.utils.jtm
Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.utils.jtm Modifier and Type Class Description class
JTMException
INTERNAL: Exception used to indicate errors while importing JTM topic maps. -
Uses of OntopiaRuntimeException in net.ontopia.topicmaps.utils.rdf
Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.utils.rdf Modifier and Type Class Description class
RDFMappingException
PUBLIC: Thrown when an error occurs during RDF-to-topic maps conversion. -
Uses of OntopiaRuntimeException in net.ontopia.topicmaps.viz
Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.viz Modifier and Type Class Description class
VizigatorReportException
INTERNAL: Reports known error conditions, that can typically be corrected by the user. -
Uses of OntopiaRuntimeException in net.ontopia.topicmaps.xml
Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.xml Modifier and Type Class Description class
InvalidTopicMapException
PUBLIC: Thrown when an invalid topic map is processed. -
Uses of OntopiaRuntimeException in net.ontopia.utils
Subclasses of OntopiaRuntimeException in net.ontopia.utils Modifier and Type Class Description class
OntopiaUnsupportedException
INTERNAL: Thrown to indicate that the requested operation is not supported. -
Uses of OntopiaRuntimeException in ontopoly.model
Subclasses of OntopiaRuntimeException in ontopoly.model Modifier and Type Class Description class
OntopolyModelRuntimeException
-
Uses of OntopiaRuntimeException in ontopoly.utils
Subclasses of OntopiaRuntimeException in ontopoly.utils Modifier and Type Class Description class
NoSuchTopicException
-