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 classIdentityNotFoundExceptionINTERNAL: Thrown when an object was not found in the database.classPersistenceRuntimeExceptionINTERNAL: Thrown when persistence related problems occur.classReadOnlyTransactionExceptionINTERNAL: Thrown when modifications are attempted on a read-only transaction.classTransactionNotActiveExceptionINTERNAL: 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 classConstraintViolationExceptionPUBLIC: Thrown when an object model constraint is violated.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.classReadOnlyExceptionPUBLIC: Thrown when changes are attempted made on read-only objects.classStoreDeletedExceptionPUBLIC: An exception that is thrown when a store has been deleted.classStoreNotOpenExceptionPUBLIC: An exception that is thrown when parts of a store is accessed without the store being open.classTransactionNotActiveExceptionPUBLIC: An exception that is thrown when a transaction is accessed without the transaction being active.classUniquenessViolationExceptionPUBLIC: 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 classDB2TMConfigExceptionINTERNAL: Thrown when configuration errors are detected by DB2TM.classDB2TMExceptionINTERNAL: Thrown when runtime errors occur inside DB2TM.classDB2TMInputExceptionINTERNAL: 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 classReferenceNotOpenExceptionINTERNAL: 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 classPhantomAccessExceptionINTERNAL: 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 classJTMExceptionINTERNAL: 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 classRDFMappingExceptionPUBLIC: 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 classVizigatorReportExceptionINTERNAL: 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 classInvalidTopicMapExceptionPUBLIC: 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 classOntopiaUnsupportedExceptionINTERNAL: 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 classOntopolyModelRuntimeException -
Uses of OntopiaRuntimeException in ontopoly.utils
Subclasses of OntopiaRuntimeException in ontopoly.utils Modifier and Type Class Description classNoSuchTopicException
-