Java Exception Summary

Java Exception Summary
org.tm4j.net.InvalidLocatorException Indicates that an invalid locator was encountered.
org.tm4j.net.InvalidNotationException Indicates that an attempt was made to create a locator using a notation that the locator implementation does not support.
org.tm4j.net.LocatorFactoryException Indicates that a locator factory has encountered an unexpected condition.
org.tm4j.net.LocatorResolutionException Indicates that an attempt to resolve a locator failed.
org.tm4j.net.MalformedLocatorException Indicates that an attempt to parse a locator failed.
org.tm4j.panckoucke.context.ContextException Exception thrown by the PanckouckeContext
org.tm4j.panckoucke.impl.abstraction.PatternException Exception that is thrown, when a graph of AMMembers does not conform to the expected pattern
org.tm4j.panckoucke.model.AbstractorInstantiationException Created on 21.02.2003 This Exception is thrown when some part of Panckoucke fails to instantiate an Abstractor.
org.tm4j.panckoucke.model.UnknownMemberIDException Thrown if the member id of an AMMember object is not valid
org.tm4j.panckoucke.model.UnsupportedAMMemberClassException This Exception is thrown by a ModelProvider, if it is unable to determine the TopicMapObject which is represented by an AMMember.
org.tm4j.panckoucke.render.RendererInstantiationException This Exception is thrown when some part of Panckoucke fails to instantiate an Abstractor.
org.tm4j.panckoucke.render.rep.InvalidRepresentationException Thrown by a Renderer to indicate that a Representation is not usable by this Renderer
org.tm4j.panckoucke.store.PanckouckeStoreException MultiPurpose-Exception, thrown by Panckoucke-Store.
org.tm4j.panckoucke.store.UnknownReferenceException This Exception is thrown by Implementations of the API-Interfaces, to indicate that the Reference passed in, was not created by the current Implementation
org.tm4j.tmnav.app.menu.MenuPreparationException Thrown if the preparation of a menuItem fails for any reason
org.tm4j.tmnav.app.plugin.PluginException Wrapper Exception that acts as a container for any exception that occurs in plugin code.
org.tm4j.tmnav.env.ConfigurationException Excpetion to be thrown, when the setup of the TMNavUser-Dir fails.
org.tm4j.tmnav.env.desc.DescriptionException General purpose exception to be thrown when some value of a description item does not fit the expectations of the description using code
org.tm4j.tolog.TologEvaluationException
org.tm4j.tolog.TologFragmentBuilderException
org.tm4j.tolog.TologParserException
org.tm4j.tologx.TologFragmentBuilderException Exception raised by the TologFragmentBuilder interface when exporting a TologResultsSet object into a topic map fragment.
org.tm4j.tologx.TologParserException
org.tm4j.tologx.TologProcessingException
org.tm4j.topicmap.DuplicateObjectIDException Indicates that two different objects in a topic map were found to have the same "unique" ID.
org.tm4j.topicmap.DuplicateResourceLocatorException Exception thrown when the system detects an attempt to add a new topic map object with the same resource location as an existing topic map object.
org.tm4j.topicmap.DuplicateTopicException An exception thrown when trying to add a topic to a topic map which is determined to be a duplicate of a topic already in the map.
org.tm4j.topicmap.IntegrityViolationException Thrown if an attempt is made to modify a TopicMap or TopicMapObject in such a way that would cause referential integrity of the TopicMap to be compromised.
org.tm4j.topicmap.InvalidTopicMapException Exception to be thrown on encountering a error while parsing the topic map.
org.tm4j.topicmap.MergedTopicSubjectClashException Indicates that an attempt was made to merge two topics with different subjects.
org.tm4j.topicmap.ProviderTransactionException Exception raised by transaction processing methods.
org.tm4j.topicmap.TopicMapProcessingException Indicates that the engine encountered an unexpected condition during topic map processing.
org.tm4j.topicmap.TopicMapProviderException Indicates that a topic map provider encountered an unexpected condition.
org.tm4j.topicmap.TopicMapRuntimeException Indicates that the engine encountered an unexpected condition at runtime.
org.tm4j.topicmap.TopicNotFoundException
org.tm4j.topicmap.index.DuplicateIndexNameException Indicates that an attempt was made to put two Indexes with identical names in the context of one IndexManager.
org.tm4j.topicmap.index.IndexConfigurationException
org.tm4j.topicmap.index.IndexException Indicates that an unexpected condition has occurred while dealing with an Index, such as a failure to open or close the index.
org.tm4j.topicmap.index.IndexManagerException Indicates that an unexpected condition has occurred while dealing with an IndexManager, such as a failure to register an IndexProvider.
org.tm4j.topicmap.index.IndexProviderException Indicates that an unexpected condition has occurred while dealing with an IndexProvider, such as a failure to create an Index.
org.tm4j.topicmap.index.UnsupportedIndexException Indicates that an attempt was made to access an Index that is not supported by a particular IndexProvider.
org.tm4j.topicmap.unified.UnifiedTopicMapException
org.tm4j.topicmap.utils.BuilderPropertyInvalidException Exception thrown when an attempt is made to set a runtime property for a TopicMapBuilder implementation to a value which is not allowed for that property by the implementation.
org.tm4j.topicmap.utils.BuilderPropertyNotRecognizedException Exception thrown when an attempt is made to set a runtime property for a TopicMapBuilder implementation using a property name that is not recognised by that implementation.
org.tm4j.topicmap.utils.WriterPropertyNotRecognizedException