Serialized Form


Package org.tm4j.net

Class org.tm4j.net.InvalidLocatorException extends java.lang.Exception implements Serializable

Class org.tm4j.net.InvalidNotationException extends InvalidLocatorException implements Serializable

Class org.tm4j.net.LocatorBase extends java.lang.Object implements Serializable

Serialized Fields

m_notation

java.lang.String m_notation
This locator's notation.


m_address

java.lang.String m_address
The address of the resource which this locator represents.


m_factory

LocatorFactory m_factory
The locator factory associated with this locator.

Class org.tm4j.net.LocatorFactoryException extends java.lang.Exception implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause
The nested throwable which is wrapped by this exception.

Class org.tm4j.net.LocatorResolutionException extends java.lang.Exception implements Serializable

Class org.tm4j.net.MalformedLocatorException extends InvalidLocatorException implements Serializable


Package org.tm4j.tolog

Class org.tm4j.tolog.TologEvaluationException extends java.lang.Exception implements Serializable

Class org.tm4j.tolog.TologFragmentBuilderException extends java.lang.Exception implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause
Deprecated. 

Class org.tm4j.tolog.TologParserException extends java.lang.Exception implements Serializable


Package org.tm4j.tologx

Class org.tm4j.tologx.TologFragmentBuilderException extends java.lang.Exception implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause

Class org.tm4j.tologx.TologParserException extends java.lang.Exception implements Serializable

Class org.tm4j.tologx.TologProcessingException extends java.lang.Exception implements Serializable


Package org.tm4j.topicmap

Class org.tm4j.topicmap.DuplicateObjectIDException extends TopicMapProcessingException implements Serializable

Class org.tm4j.topicmap.DuplicateResourceLocatorException extends TopicMapProcessingException implements Serializable

Class org.tm4j.topicmap.DuplicateTopicException extends TopicMapProcessingException implements Serializable

Class org.tm4j.topicmap.IntegrityViolationException extends TopicMapProcessingException implements Serializable

Class org.tm4j.topicmap.InvalidTopicMapException extends java.lang.Exception implements Serializable

Class org.tm4j.topicmap.MergedTopicSubjectClashException extends TopicMapProcessingException implements Serializable

Serialized Fields

t1

Topic t1

t2

Topic t2

Class org.tm4j.topicmap.ProviderTransactionException extends TopicMapRuntimeException implements Serializable

Class org.tm4j.topicmap.TopicMapProcessingException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Exception cause
The nested error wrapped by this exception.

Class org.tm4j.topicmap.TopicMapProviderException extends java.lang.Exception implements Serializable

Serialized Fields

m_nestedException

java.lang.Exception m_nestedException
The nested error wrapped by this exception.


m_errorString

java.lang.String m_errorString
The detail message associated with this exception.

Class org.tm4j.topicmap.TopicMapProviderFactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause

Class org.tm4j.topicmap.TopicMapRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause
The nested error wrapped by this exception.


m_msg

java.lang.String m_msg
The detail message associated with this exception.

Class org.tm4j.topicmap.TopicNotFoundException extends TopicMapProcessingException implements Serializable

Serialized Fields

m_id

java.lang.String m_id


Package org.tm4j.topicmap.index

Class org.tm4j.topicmap.index.DuplicateIndexNameException extends java.lang.Exception implements Serializable

Class org.tm4j.topicmap.index.IndexConfigurationException extends IndexProviderException implements Serializable

Class org.tm4j.topicmap.index.IndexException extends java.lang.Exception implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause

Class org.tm4j.topicmap.index.IndexManagerException extends java.lang.Exception implements Serializable

Class org.tm4j.topicmap.index.IndexMetaImpl extends java.lang.Object implements Serializable

Serialized Fields

m_isOpened

boolean m_isOpened

m_isUpdated

boolean m_isUpdated

Class org.tm4j.topicmap.index.IndexProviderException extends java.lang.Exception implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause

Class org.tm4j.topicmap.index.UnsupportedIndexException extends java.lang.Exception implements Serializable


Package org.tm4j.topicmap.index.text

Class org.tm4j.topicmap.index.text.LuceneQueryHitImpl extends java.lang.Object implements Serializable

Serialized Fields

doc

org.apache.lucene.document.Document doc

map

TopicMap map

score

float score

Class org.tm4j.topicmap.index.text.LuceneQueryResultImpl extends java.lang.Object implements Serializable

Serialized Fields

hits

org.apache.lucene.search.Hits hits

map

TopicMap map


Package org.tm4j.topicmap.unified

Class org.tm4j.topicmap.unified.UnifiedTopicMapException extends TopicMapProcessingException implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause


Package org.tm4j.topicmap.utils

Class org.tm4j.topicmap.utils.BuilderPropertyInvalidException extends java.lang.Exception implements Serializable

Class org.tm4j.topicmap.utils.BuilderPropertyNotRecognizedException extends java.lang.Exception implements Serializable

Class org.tm4j.topicmap.utils.WriterPropertyNotRecognizedException extends TopicMapProcessingException implements Serializable

Class org.tm4j.topicmap.utils.XTMTypeInstanceValidator extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException