Serialized Form


Package org.apache.tika.exception

Class org.apache.tika.exception.TikaException extends java.lang.Exception implements Serializable


Package org.apache.tika.gui

Class org.apache.tika.gui.TikaGUI extends javax.swing.JFrame implements Serializable

serialVersionUID: 5883906936187059495L

Serialized Fields

context

ParseContext context
Parsing context.


parser

Parser parser
Configured parser instance.


tabs

javax.swing.JTabbedPane tabs
Tabs in the Tika GUI window.


html

javax.swing.JEditorPane html
Formatted XHTML output.


text

javax.swing.JEditorPane text
Plain text output.


xml

javax.swing.JEditorPane xml
Raw XHTML source.


metadata

javax.swing.JEditorPane metadata
Document metadata.


errors

javax.swing.JEditorPane errors
Parsing errors.


Package org.apache.tika.io

Class org.apache.tika.io.IOExceptionWithCause extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class org.apache.tika.io.TaggedIOException extends IOExceptionWithCause implements Serializable

Serialized Fields

tag

java.lang.Object tag
The object reference used to tag the exception.


Package org.apache.tika.mime

Class org.apache.tika.mime.MimeTypeException extends TikaException implements Serializable


Package org.apache.tika.sax

Class org.apache.tika.sax.TaggedSAXException extends org.xml.sax.SAXException implements Serializable

Serialized Fields

tag

java.lang.Object tag
The object reference used to tag the exception.



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.