Uses of Class
net.ontopia.utils.OntopiaRuntimeException

Packages that use OntopiaRuntimeException
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.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.webed.core The core interfaces of the Web Editor Framework; the main interfaces used to build Web Editor applications. 
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. 
 

Uses of OntopiaRuntimeException in net.ontopia.topicmaps.core
 

Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.core
 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 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
 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
 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.utils.jtm
 

Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.utils.jtm
 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
 class RDFMappingException
          PUBLIC: Thrown when an error occurs during RDF-to-topic maps conversion.
 

Uses of OntopiaRuntimeException in net.ontopia.topicmaps.webed.core
 

Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.webed.core
 class ActionRuntimeException
          PUBLIC: An exception that is thrown when something goes wrong while an action is being executed.
 

Uses of OntopiaRuntimeException in net.ontopia.topicmaps.xml
 

Subclasses of OntopiaRuntimeException in net.ontopia.topicmaps.xml
 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
 class OntopiaLicenseException
          INTERNAL: An exception class that is thrown when licence related issues occur.
 class OntopiaUnsupportedException
          INTERNAL: Thrown to indicate that the requested operation is not supported.
 



Copyright © 2000-2010 Ontopia.